Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DSingleLineViewInflaterTest.kt208 val notificationType = GroupConversation(largeIcon = largeIcon) in <lambda>()
238 val notificationType = GroupConversation() in <lambda>()
286 class GroupConversation(largeIcon: Icon? = null) : NotificationType(largeIcon) in <lambda>() class
339 is GroupConversation -> { in <lambda>()
359 is GroupConversation -> true in <lambda>()
377 val isConversation = type is OneToOneConversation || type is GroupConversation in <lambda>()