Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/proto/android/service/
H A Dnotification.proto330 enum ConversationType { enum
361 optional ConversationType allow_conversations_from = 19;
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java7917 public @interface ConversationType {} annotation in Notification.Builder.MessagingStyle
7925 @ConversationType int mConversationType = CONVERSATION_TYPE_LEGACY;
8063 public MessagingStyle setConversationType(@ConversationType int conversationType) { in setConversationType()
8069 @ConversationType