Searched defs:mContentTitle (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java466 result.setLatestEventInfo(b.mContext, b.mContentTitle,
543 result.setLatestEventInfo(b.mContext, b.mContentTitle,
546 b.mContentTitle, b.mContentText, b.mContentIntent, b.mFullScreenIntent);
559 b.mContentTitle, b.mContentText, b.mContentInfo, b.mTickerView,
568 b.mContentTitle, b.mContentText, b.mContentInfo, b.mTickerView,
578 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
642 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
693 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
747 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
865 CharSequence mContentTitle; field in class:NotificationCompat.Builder
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java1941 private CharSequence mContentTitle; field in class:Notification.Builder
2156 mContentTitle = safeCharSequence(title);
2821 if (mContentTitle != null) {
2822 contentView.setTextViewText(R.id.title, processLegacyText(mContentTitle));
3209 extras.putCharSequence(EXTRA_TITLE, mContentTitle);
3439 mContentTitle = extras.getCharSequence(EXTRA_TITLE);
3591 CharSequence oldBuilderContentTitle = mBuilder.mContentTitle;
3598 mBuilder.mContentTitle = oldBuilderContentTitle;

Completed in 151 milliseconds