Home
last modified time | relevance | path

Searched refs:newLines (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DSourceTransformer.kt190 val newLines = parentRange.end.line - parentRange.begin.line in <lambda>() constant
191 val newStmt = printedBlockStmt.substringBeforeLast('}') + ("\n".repeat(newLines)) + '}' in <lambda>()
/frameworks/base/core/java/android/app/
DNotification.java10015 final ArrayList<CharSequence> newLines = newS.getLines(); in areNotificationsVisiblyDifferent() local
10017 if (n != newLines.size()) { in areNotificationsVisiblyDifferent()
10024 String.valueOf(newLines.get(i)))) { in areNotificationsVisiblyDifferent()