Searched refs:EXTRA_IS_GROUP_CONVERSATION (Results 1 – 4 of 4) sorted by relevance
238 assertTrue(notification.extras.getBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION)); in messagingStyle_isGroupConversation()254 assertTrue(notification.extras.getBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION)); in messagingStyle_isGroupConversation_noConversationTitle()271 assertFalse(notification.extras.getBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION)); in messagingStyle_isGroupConversation_withConversationTitle_legacy()288 assertTrue(notification.extras.getBoolean(Notification.EXTRA_IS_GROUP_CONVERSATION)); in messagingStyle_isGroupConversation_withoutConversationTitle_legacy()
1225 public static final String EXTRA_IS_GROUP_CONVERSATION = "android.isGroupConversation"; field in Notification7216 extras.putBoolean(EXTRA_IS_GROUP_CONVERSATION, mIsGroupConversation); in addExtras()7264 mIsGroupConversation = extras.getBoolean(EXTRA_IS_GROUP_CONVERSATION); in restoreFromExtras()
5328 field public static final String EXTRA_IS_GROUP_CONVERSATION = "android.isGroupConversation";