Home
last modified time | relevance | path

Searched defs:messagingStyle (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DHighPriorityProviderTest.java154 public void messagingStyle() { in messagingStyle() method in HighPriorityProviderTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DConversationNotifications.kt56 val messagingStyle = recoveredBuilder.style as? Notification.MessagingStyle ?: return regex
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationShellCmdTest.java253 final Notification.MessagingStyle messagingStyle = in testMessaging() local
H A DNotificationManagerServiceTest.java6115 Notification.MessagingStyle messagingStyle = new Notification.MessagingStyle( in testVisitUris_styleExtrasWithoutStyle() local
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java324 Notification.MessagingStyle messagingStyle = new Notification.MessagingStyle("self name") in messagingStyle_isGroupConversation() local
340 Notification.MessagingStyle messagingStyle = new Notification.MessagingStyle("self name") in messagingStyle_isGroupConversation_noConversationTitle() local
357 Notification.MessagingStyle messagingStyle = new Notification.MessagingStyle("self name") in messagingStyle_isGroupConversation_withConversationTitle_legacy() local
374 Notification.MessagingStyle messagingStyle = new Notification.MessagingStyle("self name") in messagingStyle_isGroupConversation_withoutConversationTitle_legacy() local
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationShellCmd.java484 Notification.MessagingStyle messagingStyle = null; in doNotify() local