Home
last modified time | relevance | path

Searched refs:EXTRA_IS_GROUP_CONVERSATION (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DNotificationHelperTest.java224 extras.putBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION, true); in testGetSenderIfGroupConversation_group()
243 extras.putBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION, true); in testGetSenderIfGroupConversation_groupNoName()
H A DPeopleSpaceUtilsTest.java262 extras.putBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION, true); in testAugmentTileFromNotificationGroupWithSender()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DNotificationHelper.java217 return notification.extras.getBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION, false); in isGroupConversation()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java334 assertTrue(notification.extras.getBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION)); in messagingStyle_isGroupConversation()
350 assertTrue(notification.extras.getBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION)); in messagingStyle_isGroupConversation_noConversationTitle()
367 assertFalse(notification.extras.getBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION)); in messagingStyle_isGroupConversation_withConversationTitle_legacy()
384 assertTrue(notification.extras.getBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION)); in messagingStyle_isGroupConversation_withoutConversationTitle_legacy()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java1014 Notification.EXTRA_IS_GROUP_CONVERSATION); in extractFlyoutMessage()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java1449 public static final String EXTRA_IS_GROUP_CONVERSATION = "android.isGroupConversation"; field in Notification
8251 extras.putBoolean(EXTRA_IS_GROUP_CONVERSATION, mIsGroupConversation); in addExtras()
8316 mIsGroupConversation = extras.getBoolean(EXTRA_IS_GROUP_CONVERSATION); in restoreFromExtras()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6257 field public static final String EXTRA_IS_GROUP_CONVERSATION = "android.isGroupConversation";