Home
last modified time | relevance | path

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

/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/msrp/
DMsrpConstants.java28 public static final String NEW_LINE = "\r\n"; field in MsrpConstants
29 public static final byte[] NEW_LINE_BYTES = NEW_LINE.getBytes(UTF_8);
32 public static final String NEW_LINE_END_MSRP_MSG = NEW_LINE + END_MSRP_MSG;
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DMessageNotificationViewHolder.java51 private static final String NEW_LINE = "\n"; field in MessageNotificationViewHolder
356 builder.append(NEW_LINE); in getCountViewOnClickListener()
357 builder.append(NEW_LINE); in getCountViewOnClickListener()
369 if (builder.toString().split(NEW_LINE).length >= mMaxLineCount) { in getCountViewOnClickListener()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java110 private static final Character NEW_LINE = '\n'; field in BubbleTextView
798 if (TextUtils.indexOf(modifiedString, NEW_LINE) != -1) { in onMeasure()
920 newString.append(NEW_LINE).append(lastCharacters); in modifyTitleToSupportMultiLine()