Home | History | Annotate | Download | only in datamodel

Lines Matching refs:statusText

781             final SpannableString statusText = new SpannableString(
784 statusText.setSpan(new ForegroundColorSpan(context.getResources().getColor(
785 R.color.wearable_notification_participants_count)), 0, statusText.length(),
787 bigText.append("\n\n").append(statusText);