Home
last modified time | relevance | path

Searched refs:contentText (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java323 CharSequence contentTitle, CharSequence contentText, Intent contentIntent) in Notification() argument
328 setLatestEventInfo(context, contentTitle, contentText, in Notification()
556 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) { in setLatestEventInfo() argument
565 if (contentText != null) { in setLatestEventInfo()
566 contentView.setTextViewText(R.id.text, contentText); in setLatestEventInfo()
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd108 CharSequence contentText = "Hello World!";
112 notification.setLatestEventInfo(context, contentTitle, contentText, contentIntent);
186 CharSequence contentText = "Hello World!"; // message text
193 notification.setLatestEventInfo(context, contentTitle, contentText, contentIntent);
217 setLatestEventInfo()} with new values for <var>contentTitle</var> and <var>contentText</var>.
369 These are defined by the <var>contentTitle</var> and <var>contentText</var>