Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java8633 boolean mIsGroupConversation; field in Notification.Builder.MessagingStyle
8902 mIsGroupConversation = isGroupConversation; in setGroupConversation()
8928 return mIsGroupConversation; in isGroupConversation()
8966 extras.putBoolean(EXTRA_IS_GROUP_CONVERSATION, mIsGroupConversation); in addExtras()
9020 CharSequence conversationTitle = mIsGroupConversation ? mConversationTitle : null; in fixTitleAndTextForCompactMessaging()
9088 mIsGroupConversation = extras.getBoolean(EXTRA_IS_GROUP_CONVERSATION); in restoreFromExtras()
9363 if (conversationIcon == null && !mIsGroupConversation) { in makeCompactHeadsUpContentView()
9406 } else if (mIsGroupConversation) { in makeCompactHeadsUpContentView()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7812 Landroid/app/Notification$MessagingStyle;->mIsGroupConversation:Z