Searched refs:EXTRA_IS_GROUP_CONVERSATION (Results 1 – 8 of 8) sorted by relevance
224 extras.putBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION, true); in testGetSenderIfGroupConversation_group()243 extras.putBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION, true); in testGetSenderIfGroupConversation_groupNoName()
262 extras.putBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION, true); in testAugmentTileFromNotificationGroupWithSender()
217 return notification.extras.getBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION, false); in isGroupConversation()
334 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()
1014 Notification.EXTRA_IS_GROUP_CONVERSATION); in extractFlyoutMessage()
1449 public static final String EXTRA_IS_GROUP_CONVERSATION = "android.isGroupConversation"; field in Notification8251 extras.putBoolean(EXTRA_IS_GROUP_CONVERSATION, mIsGroupConversation); in addExtras()8316 mIsGroupConversation = extras.getBoolean(EXTRA_IS_GROUP_CONVERSATION); in restoreFromExtras()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6257 field public static final String EXTRA_IS_GROUP_CONVERSATION = "android.isGroupConversation";