Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DHighPriorityProviderTest.java154 public void messagingStyle() { in messagingStyle() method in HighPriorityProviderTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DConversationNotifications.kt56 val messagingStyle = recoveredBuilder.style as? Notification.MessagingStyle ?: return in <lambda>() constant
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationShellCmdTest.java253 final Notification.MessagingStyle messagingStyle = in testMessaging() local
DNotificationManagerServiceTest.java6051 Notification.MessagingStyle messagingStyle = new Notification.MessagingStyle( in testVisitUris_styleExtrasWithoutStyle() local
/frameworks/base/core/tests/coretests/src/android/app/
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
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java484 Notification.MessagingStyle messagingStyle = null; in doNotify() local