Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DSingleLineViewInflaterTest.kt108 val notificationType = OneToOneConversation() in <lambda>()
179 val notificationType = OneToOneConversation(shortcutIcon = shortcutIcon) in <lambda>()
283 class OneToOneConversation(largeIcon: Icon? = null, val shortcutIcon: Icon? = null) : in <lambda>() class
331 is OneToOneConversation -> { in <lambda>()
358 is OneToOneConversation, in <lambda>()
377 val isConversation = type is OneToOneConversation || type is GroupConversation in <lambda>()