Searched refs:fpLockoutResetCallbackCaptor (Results 1 – 1 of 1) sorted by relevance
2033 ArgumentCaptor<FingerprintManager.LockoutResetCallback> fpLockoutResetCallbackCaptor = in detectFingerprint_onTemporaryLockoutReset_authenticateFingerprint() local2035 verify(mFingerprintManager).addLockoutResetCallback(fpLockoutResetCallbackCaptor.capture()); in detectFingerprint_onTemporaryLockoutReset_authenticateFingerprint()2046 fpLockoutResetCallbackCaptor.getValue().onLockoutReset(0); in detectFingerprint_onTemporaryLockoutReset_authenticateFingerprint()