Searched refs:mAttachCaptor (Results 1 – 2 of 2) sorted by relevance
131 @Captor protected ArgumentCaptor<View.OnAttachStateChangeListener> mAttachCaptor = field in KeyguardClockSwitchControllerBaseTest218 verify(mView, atLeast(1)).addOnAttachStateChangeListener(mAttachCaptor.capture()); in init()219 mAttachCaptor.getValue().onViewAttachedToWindow(mView); in init()
103 @Captor protected ArgumentCaptor<View.OnAttachStateChangeListener> mAttachCaptor = field in LockIconViewControllerBaseTest235 verify(mLockIconView, atLeast(1)).addOnAttachStateChangeListener(mAttachCaptor.capture()); in init()236 mAttachCaptor.getValue().onViewAttachedToWindow(mLockIconView); in init()