Searched refs:NEW_LINE (Results 1 – 3 of 3) sorted by relevance
28 public static final String NEW_LINE = "\r\n"; field in MsrpConstants29 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;
51 private static final String NEW_LINE = "\n"; field in MessageNotificationViewHolder356 builder.append(NEW_LINE); in getCountViewOnClickListener()357 builder.append(NEW_LINE); in getCountViewOnClickListener()369 if (builder.toString().split(NEW_LINE).length >= mMaxLineCount) { in getCountViewOnClickListener()
110 private static final Character NEW_LINE = '\n'; field in BubbleTextView798 if (TextUtils.indexOf(modifiedString, NEW_LINE) != -1) { in onMeasure()920 newString.append(NEW_LINE).append(lastCharacters); in modifyTitleToSupportMultiLine()