Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerBaseTest.java131 @Captor protected ArgumentCaptor<View.OnAttachStateChangeListener> mAttachCaptor = field in KeyguardClockSwitchControllerBaseTest
218 verify(mView, atLeast(1)).addOnAttachStateChangeListener(mAttachCaptor.capture()); in init()
219 mAttachCaptor.getValue().onViewAttachedToWindow(mView); in init()
H A DLockIconViewControllerBaseTest.java103 @Captor protected ArgumentCaptor<View.OnAttachStateChangeListener> mAttachCaptor = field in LockIconViewControllerBaseTest
235 verify(mLockIconView, atLeast(1)).addOnAttachStateChangeListener(mAttachCaptor.capture()); in init()
236 mAttachCaptor.getValue().onViewAttachedToWindow(mLockIconView); in init()