Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/managedomainurls/
H A DDomainUrlsPreferenceController.java62 String newLines = System.lineSeparator() + System.lineSeparator(); in handlePreferenceClicked() local
63 String message = String.join(newLines, mDomains); in handlePreferenceClicked()
/aosp12/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DSourceTransformer.kt137 val newLines = parentRange.end.line - parentRange.begin.line regex
138 val newStmt = printedIfStmt.substringBeforeLast('}') + ("\n".repeat(newLines)) + '}'
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java8840 final ArrayList<CharSequence> newLines = newS.getLines(); in areNotificationsVisiblyDifferent() local
8842 if (n != newLines.size()) { in areNotificationsVisiblyDifferent()
8849 String.valueOf(newLines.get(i)))) { in areNotificationsVisiblyDifferent()