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()
348 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()
1060 Notification.EXTRA_IS_GROUP_CONVERSATION); in extractFlyoutMessage()
1503 public static final String EXTRA_IS_GROUP_CONVERSATION = "android.isGroupConversation"; field in Notification8966 extras.putBoolean(EXTRA_IS_GROUP_CONVERSATION, mIsGroupConversation); in addExtras()9088 mIsGroupConversation = extras.getBoolean(EXTRA_IS_GROUP_CONVERSATION); in restoreFromExtras()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6452 field public static final String EXTRA_IS_GROUP_CONVERSATION = "android.isGroupConversation";