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

/frameworks/base/core/java/android/app/
H A DNotification.java4649 CharSequence mConversationTitle; field in class:Notification.MessagingStyle
4679 mConversationTitle = conversationTitle;
4688 return mConversationTitle;
4743 if (mConversationTitle != null) {
4744 extras.putCharSequence(EXTRA_CONVERSATION_TITLE, mConversationTitle);
4759 if (!TextUtils.isEmpty(mConversationTitle)) {
4764 bidi.unicodeWrap(mConversationTitle), bidi.unicodeWrap(m.mSender));
4766 title = mConversationTitle;
4789 mConversationTitle = extras.getCharSequence(EXTRA_CONVERSATION_TITLE);
4802 CharSequence title = mConversationTitle !
[all...]
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java931 messagingStyle.mConversationTitle, texts, timestamps, senders,
2046 CharSequence mConversationTitle; field in class:NotificationCompat.MessagingStyle
2076 mConversationTitle = conversationTitle;
2085 return mConversationTitle;
2160 if (mConversationTitle != null) {
2161 extras.putCharSequence(EXTRA_CONVERSATION_TITLE, mConversationTitle);
2176 mConversationTitle = extras.getString(EXTRA_CONVERSATION_TITLE);

Completed in 99 milliseconds