Home | History | Annotate | Download | only in utils

Lines Matching defs:bigText

1282                 final NotificationCompat.BigTextStyle bigText =
1289 bigText.bigText(getSingleMessageBigText(context, subject, message));
1440 * Sets the bigtext for a notification for a single new conversation
1497 * Sets the bigtext for a notification for a single new conversation
1514 * Sets the bigtext for a notification for a single new conversation
1551 final String bigText =
1553 final SpannableString spannableString = new SpannableString(bigText);
1556 (isSubjectFirst ? bigText.indexOf(subject) : bigText.lastIndexOf(subject));