Home | History | Annotate | Download | only in phone

Lines Matching full:contenttext

1359         final CharSequence contentText = mContext.getText(R.string.roaming_reenable_message);
1364 builder.setContentText(contentText);
1367 final Notification notif = new Notification.BigTextStyle(builder).bigText(contentText)