Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
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()
DPeopleSpaceUtilsTest.java262 extras.putBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION, true); in testAugmentTileFromNotificationGroupWithSender()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DNotificationHelper.java217 return notification.extras.getBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION, false); in isGroupConversation()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java348 assertTrue(notification.extras.getBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION)); in messagingStyle_isGroupConversation()
364 assertTrue(notification.extras.getBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION)); in messagingStyle_isGroupConversation_noConversationTitle()
381 assertFalse(notification.extras.getBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION)); in messagingStyle_isGroupConversation_withConversationTitle_legacy()
398 assertTrue(notification.extras.getBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION)); in messagingStyle_isGroupConversation_withoutConversationTitle_legacy()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java1060 Notification.EXTRA_IS_GROUP_CONVERSATION); in extractFlyoutMessage()
/frameworks/base/core/java/android/app/
DNotification.java1503 public static final String EXTRA_IS_GROUP_CONVERSATION = "android.isGroupConversation"; field in Notification
8966 extras.putBoolean(EXTRA_IS_GROUP_CONVERSATION, mIsGroupConversation); in addExtras()
9088 mIsGroupConversation = extras.getBoolean(EXTRA_IS_GROUP_CONVERSATION); in restoreFromExtras()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6452 field public static final String EXTRA_IS_GROUP_CONVERSATION = "android.isGroupConversation";