Searched refs:mStateListenerCaptor (Results 1 – 1 of 1) sorted by relevance
104 @Captor private ArgumentCaptor<StatusBarStateController.StateListener> mStateListenerCaptor; field in UdfpsKeyguardViewControllerTest435 verify(mStatusBarStateController).addCallback(mStateListenerCaptor.capture()); in captureStatusBarStateListeners()436 mStatusBarStateListener = mStateListenerCaptor.getValue(); in captureStatusBarStateListeners()