Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java49 result.setLatestEventInfo(b.mContext, b.mContentTitle, in getNotification()
58 b.mContentTitle, b.mContentText, b.mContentInfo, b.mTickerView, in getNotification()
78 CharSequence mContentTitle; field in NotificationCompat.Builder
149 mContentTitle = title; in setContentTitle()
/frameworks/base/core/java/android/app/
DNotification.java922 private CharSequence mContentTitle; field in Notification.Builder
1046 mContentTitle = title; in setContentTitle()
1406 if (mContentTitle != null) { in applyStandardTemplate()
1407 contentView.setTextViewText(R.id.title, mContentTitle); in applyStandardTemplate()