Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java8634 @ConversationType int mConversationType = CONVERSATION_TYPE_LEGACY; field in Notification.Builder.MessagingStyle
8687 if (mConversationType == CONVERSATION_TYPE_LEGACY in getHeadsUpStatusBarText()
8773 mConversationType = conversationType; in setConversationType()
8780 return mConversationType; in getConversationType()
9205 boolean isConversationLayout = mConversationType != CONVERSATION_TYPE_LEGACY; in makeMessagingView()
9206 boolean isImportantConversation = mConversationType == CONVERSATION_TYPE_IMPORTANT; in makeMessagingView()
9352 final boolean isConversationLayout = mConversationType != CONVERSATION_TYPE_LEGACY; in makeCompactHeadsUpContentView()