Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRowAppearanceCoordinatorTest.kt48 private lateinit var beforeRenderListListener: OnBeforeRenderListListener variable in com.android.systemui.statusbar.notification.collection.coordinator.RowAppearanceCoordinatorTest
72 beforeRenderListListener = withArgCaptor { in setUp()
87 beforeRenderListListener.onBeforeRenderList(listOf(entry1, entry2)) in testSetSystemExpandedOnlyOnFirst()
98 beforeRenderListListener.onBeforeRenderList(listOf(entry1, entry2)) in testSetSystemExpandedNeverIfMinimized()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/
DGroupExpansionManagerTest.kt53 private lateinit var beforeRenderListListener: OnBeforeRenderListListener in <lambda>() variable in com.android.systemui.statusbar.notification.collection.render.GroupExpansionManagerTest
127 beforeRenderListListener = withArgCaptor { in <lambda>()
134 beforeRenderListListener.onBeforeRenderList(entries) in <lambda>()
142 beforeRenderListListener.onBeforeRenderList(emptyList()) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinatorTest.kt76 private lateinit var beforeRenderListListener: OnBeforeRenderListListener variable in com.android.systemui.statusbar.notification.collection.coordinator.ConversationCoordinatorTest
104 beforeRenderListListener = withArgCaptor { in setUp()
164 beforeRenderListListener.onBeforeRenderList(listOf(importantChild, groupEntry)) in testPromotedImportantConversationsMakesSummaryUnimportant()