Home
last modified time | relevance | path

Searched refs:CONVERSATION_TYPE_IMPORTANT (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DConversationNotifications.kt53 Notification.MessagingStyle.CONVERSATION_TYPE_IMPORTANT
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java7736 public static final int CONVERSATION_TYPE_IMPORTANT = 2; field in Notification.Builder.MessagingStyle
7740 CONVERSATION_TYPE_LEGACY, CONVERSATION_TYPE_NORMAL, CONVERSATION_TYPE_IMPORTANT
8234 boolean isImportantConversation = mConversationType == CONVERSATION_TYPE_IMPORTANT; in makeMessagingView()