Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java2164 CharSequence contentTitle, CharSequence contentText, Intent contentIntent) in Notification() argument
2170 .setContentTitle(contentTitle) in Notification()
2935 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) { in setLatestEventInfo() argument
2949 if (contentTitle != null) { in setLatestEventInfo()
2950 builder.setContentTitle(contentTitle); in setLatestEventInfo()