Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationsQSContainerControllerTest.kt91 @Captor lateinit var attachStateListenerCaptor: ArgumentCaptor<View.OnAttachStateChangeListener> variable in com.android.systemui.shade.NotificationsQSContainerControllerTest
138 doNothing().`when`(view).addOnAttachStateChangeListener(attachStateListenerCaptor.capture()) in setup()
140 attachStateListenerCaptor.value.onViewAttachedToWindow(view) in setup()
565 attachStateListenerCaptor.value.onViewDetachedFromWindow(view) in testTagListenerRemoved()
DNotificationsQSContainerControllerLegacyTest.kt94 @Captor lateinit var attachStateListenerCaptor: ArgumentCaptor<View.OnAttachStateChangeListener> variable in com.android.systemui.shade.NotificationsQSContainerControllerLegacyTest
140 doNothing().`when`(view).addOnAttachStateChangeListener(attachStateListenerCaptor.capture()) in setup()
142 attachStateListenerCaptor.value.onViewAttachedToWindow(view) in setup()
595 attachStateListenerCaptor.value.onViewDetachedFromWindow(view) in testTagListenerRemoved()