Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
DIconManagerTest.kt236 val messagingStyle = in notificationEntry() constant
/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.kt58 val messagingStyle = recoveredBuilder.style as? Notification.MessagingStyle ?: return null in <lambda>() constant
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationShellCmdTest.java252 final Notification.MessagingStyle messagingStyle = in testMessaging() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DSingleLineViewInflaterTest.kt376 val messagingStyle = builder.getMessagingStyle() in <lambda>() constant
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java338 Notification.MessagingStyle messagingStyle = new Notification.MessagingStyle("self name") in messagingStyle_isGroupConversation() local
354 Notification.MessagingStyle messagingStyle = new Notification.MessagingStyle("self name") in messagingStyle_isGroupConversation_noConversationTitle() local
371 Notification.MessagingStyle messagingStyle = new Notification.MessagingStyle("self name") in messagingStyle_isGroupConversation_withConversationTitle_legacy() local
388 Notification.MessagingStyle messagingStyle = new Notification.MessagingStyle("self name") in messagingStyle_isGroupConversation_withoutConversationTitle_legacy() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java489 Notification.MessagingStyle messagingStyle = null; in doNotify() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java201 Notification.MessagingStyle messagingStyle = null; in inflateNotificationViews() local
DNotificationRowContentBinderImpl.kt649 val messagingStyle = in <lambda>() constant