Searched refs:mKeyguardStateCaptor (Results 1 – 1 of 1) sorted by relevance
110 @Captor protected ArgumentCaptor<KeyguardStateController.Callback> mKeyguardStateCaptor = field in LegacyLockIconViewControllerBaseTest214 verify(mKeyguardStateController).addCallback(mKeyguardStateCaptor.capture()); in captureKeyguardStateCallback()215 mKeyguardStateCallback = mKeyguardStateCaptor.getValue(); in captureKeyguardStateCallback()