Searched refs:contentTitle (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | Notification.java | 323 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 562 if (contentTitle != null) { in setLatestEventInfo() 563 contentView.setTextViewText(R.id.title, contentTitle); in setLatestEventInfo()
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 107 CharSequence contentTitle = "My notification"; 112 notification.setLatestEventInfo(context, contentTitle, contentText, contentIntent); 185 CharSequence contentTitle = "My notification"; // message title 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>
|