Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java7924 boolean mIsGroupConversation; field in Notification.Builder.MessagingStyle
8187 mIsGroupConversation = isGroupConversation; in setGroupConversation()
8213 return mIsGroupConversation; in isGroupConversation()
8251 extras.putBoolean(EXTRA_IS_GROUP_CONVERSATION, mIsGroupConversation); in addExtras()
8316 mIsGroupConversation = extras.getBoolean(EXTRA_IS_GROUP_CONVERSATION); in restoreFromExtras()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7812 Landroid/app/Notification$MessagingStyle;->mIsGroupConversation:Z