Searched defs:authCallback (Results 1 – 2 of 2) sorted by relevance
361 val authCallback: ArgumentCaptor<FingerprintManager.AuthenticationCallback> = argumentCaptor() in testAuth_succeeds() constant388 val authCallback: ArgumentCaptor<FingerprintManager.AuthenticationCallback> = argumentCaptor() in testAuth_lockout() constant
2339 ArgumentCaptor<AuthController.Callback> authCallback = ArgumentCaptor.forClass( in onAuthEnrollmentChangesCallbacksAreNotified() local