Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java238 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DPartialConversationInfo.java19 import static android.app.Notification.EXTRA_IS_GROUP_CONVERSATION;
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleViewInfoTask.java222 Notification.EXTRA_IS_GROUP_CONVERSATION); in extractFlyoutMessage()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DPartialConversationInfoTest.java19 import static android.app.Notification.EXTRA_IS_GROUP_CONVERSATION;
/frameworks/base/core/java/android/app/
DNotification.java1260 public static final String EXTRA_IS_GROUP_CONVERSATION = "android.isGroupConversation"; field in Notification
7448 extras.putBoolean(EXTRA_IS_GROUP_CONVERSATION, mIsGroupConversation); in addExtras()
7496 mIsGroupConversation = extras.getBoolean(EXTRA_IS_GROUP_CONVERSATION); in restoreFromExtras()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt5500 field public static final String EXTRA_IS_GROUP_CONVERSATION = "android.isGroupConversation";