Home
last modified time | relevance | path

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

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