Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/charging/
H A DWiredChargingRippleControllerTest.kt91 val attachListenerCaptor = regex
93 verify(rippleView).addOnAttachStateChangeListener(attachListenerCaptor.capture())
99 attachListenerCaptor.value.onViewAttachedToWindow(rippleView)
171 val attachListenerCaptor = regex
173 verify(rippleView, never()).addOnAttachStateChangeListener(attachListenerCaptor.capture())
194 val attachListenerCaptor = regex
196 verify(rippleView).addOnAttachStateChangeListener(attachListenerCaptor.capture())
201 attachListenerCaptor.value.onViewAttachedToWindow(rippleView)