Home
last modified time | relevance | path

Searched refs:mAuthSessionCoordinator (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/
DHidlToAidlSensorAdapterTest.java84 private AuthSessionCoordinator mAuthSessionCoordinator; field in HidlToAidlSensorAdapterTest
108 when(mBiometricContext.getAuthSessionCoordinator()).thenReturn(mAuthSessionCoordinator); in setUp()
130 mAuthSessionCoordinator, mDaemon, mAidlResponseHandlerCallback); in setUp()
150 verify(mAuthSessionCoordinator, never()).resetLockoutFor(eq(USER_ID), anyInt(), anyLong()); in lockoutTimedResetViaClient()
165 verify(mAuthSessionCoordinator, never()).resetLockoutFor(eq(USER_ID), anyInt(), anyLong()); in lockoutTimedResetViaCallback()
179 verify(mAuthSessionCoordinator, never()).resetLockoutFor(eq(USER_ID), anyInt(), anyLong()); in lockoutPermanentResetViaCallback()
198 verify(mAuthSessionCoordinator, never()).resetLockoutFor(eq(USER_ID), anyInt(), anyLong()); in lockoutPermanentResetViaClient()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/hidl/
DHidlToAidlSensorAdapterTest.java92 private AuthSessionCoordinator mAuthSessionCoordinator; field in HidlToAidlSensorAdapterTest
119 when(mBiometricContext.getAuthSessionCoordinator()).thenReturn(mAuthSessionCoordinator); in setUp()
138 mInternalCleanupRunnable, mAuthSessionCoordinator, mDaemon, in setUp()
163 verify(mAuthSessionCoordinator).resetLockoutFor(eq(USER_ID), anyInt(), anyLong()); in lockoutTimedResetViaClient()
177 verify(mAuthSessionCoordinator).resetLockoutFor(eq(USER_ID), anyInt(), anyLong()); in lockoutTimedResetViaCallback()
191 verify(mAuthSessionCoordinator).resetLockoutFor(eq(USER_ID), anyInt(), anyLong()); in lockoutPermanentResetViaCallback()
211 verify(mAuthSessionCoordinator).resetLockoutFor(eq(USER_ID), anyInt(), anyLong()); in lockoutPermanentResetViaClient()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
DFaceResetLockoutClientTest.java77 private AuthSessionCoordinator mAuthSessionCoordinator; field in FaceResetLockoutClientTest
88 when(mBiometricContext.getAuthSessionCoordinator()).thenReturn(mAuthSessionCoordinator); in setUp()
100 verify(mAuthSessionCoordinator).resetLockoutFor(USER_ID, BIOMETRIC_STRONG, -1); in testResetLockout_onLockoutCleared()
115 verify(mAuthSessionCoordinator, never()).resetLockoutFor(USER_ID, in testResetLockout_onError()
DSensorTest.java84 private AuthSessionCoordinator mAuthSessionCoordinator; field in SensorTest
105 when(mBiometricContext.getAuthSessionCoordinator()).thenReturn(mAuthSessionCoordinator); in setUp()
116 mLockoutCache, mLockoutResetDispatcher, mAuthSessionCoordinator, in setUp()
188 verify(mAuthSessionCoordinator).resetLockoutFor(eq(USER_ID), anyInt(), anyLong()); in verifyNotLocked()
DFaceProviderTest.java112 AuthSessionCoordinator mAuthSessionCoordinator; field in FaceProviderTest
132 when(mBiometricContext.getAuthSessionCoordinator()).thenReturn(mAuthSessionCoordinator); in setUp()
273 verify(mAuthSessionCoordinator).authStartedFor(anyInt(), anyInt(), anyLong()); in testAuthenticateCallbackHandler()
282 verify(mAuthSessionCoordinator).authEndedFor(anyInt(), anyInt(), anyInt(), anyLong(), in testAuthenticateCallbackHandler()
DFaceAuthenticationClientTest.java140 private AuthSessionCoordinator mAuthSessionCoordinator; field in FaceAuthenticationClientTest
180 when(mBiometricContext.getAuthSessionCoordinator()).thenReturn(mAuthSessionCoordinator); in setup()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintResetLockoutClientTest.java75 private AuthSessionCoordinator mAuthSessionCoordinator; field in FingerprintResetLockoutClientTest
81 when(mBiometricContext.getAuthSessionCoordinator()).thenReturn(mAuthSessionCoordinator); in setUp()
102 verify(mAuthSessionCoordinator).resetLockoutFor(eq(USER_ID), in resetLockout_onLockoutCleared()
DSensorTest.java86 private AuthSessionCoordinator mAuthSessionCoordinator; field in SensorTest
111 when(mBiometricContext.getAuthSessionCoordinator()).thenReturn(mAuthSessionCoordinator); in setUp()
123 mLockoutCache, mLockoutResetDispatcher, mAuthSessionCoordinator, in setUp()
181 verify(mAuthSessionCoordinator).resetLockoutFor(eq(USER_ID), anyInt(), anyLong()); in verifyNotLocked()
DFingerprintProviderTest.java113 private AuthSessionCoordinator mAuthSessionCoordinator; field in FingerprintProviderTest
132 when(mBiometricContext.getAuthSessionCoordinator()).thenReturn(mAuthSessionCoordinator); in setUp()
279 verify(mAuthSessionCoordinator).authStartedFor(anyInt(), anyInt(), anyLong()); in testScheduleAuthenticate()
289 verify(mAuthSessionCoordinator).authEndedFor(anyInt(), anyInt(), anyInt(), anyLong(), in testScheduleAuthenticate()
DFingerprintAuthenticationClientTest.java160 private AuthSessionCoordinator mAuthSessionCoordinator; field in FingerprintAuthenticationClientTest
197 when(mBiometricContext.getAuthSessionCoordinator()).thenReturn(mAuthSessionCoordinator); in setup()
/frameworks/base/services/core/java/com/android/server/biometrics/log/
DBiometricContextProvider.java84 private final AuthSessionCoordinator mAuthSessionCoordinator; field in BiometricContextProvider
107 mAuthSessionCoordinator = authSessionCoordinator; in BiometricContextProvider()
250 return mAuthSessionCoordinator; in getAuthSessionCoordinator()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DHidlToAidlSensorAdapter.java61 private final AuthSessionCoordinator mAuthSessionCoordinator; field in HidlToAidlSensorAdapter
102 mAuthSessionCoordinator = authSessionCoordinator; in HidlToAidlSensorAdapter()
182 mAuthSessionCoordinator, in getAidlResponseHandler()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DHidlToAidlSensorAdapter.java62 private final AuthSessionCoordinator mAuthSessionCoordinator; field in HidlToAidlSensorAdapter
105 mAuthSessionCoordinator = authSessionCoordinator; in HidlToAidlSensorAdapter()
188 mAuthSessionCoordinator, in getAidlResponseHandler()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DAidlResponseHandler.java80 private final AuthSessionCoordinator mAuthSessionCoordinator; field in AidlResponseHandler
96 mAuthSessionCoordinator = authSessionCoordinator; in AidlResponseHandler()
209 mAuthSessionCoordinator, Utils.getCurrentStrength(mSensorId), in onLockoutCleared()
DFingerprintAuthenticationClient.java89 private final AuthSessionCoordinator mAuthSessionCoordinator; field in FingerprintAuthenticationClient
140 mAuthSessionCoordinator = biometricContext.getAuthSessionCoordinator(); in FingerprintAuthenticationClient()
432 mAuthSessionCoordinator.lockOutTimed(getTargetUserId(), getSensorStrength(), getSensorId(), in onLockoutTimed()
466 mAuthSessionCoordinator.lockedOutFor(getTargetUserId(), getSensorStrength(), getSensorId(), in onLockoutPermanent()
DFingerprintProvider.java134 private final AuthSessionCoordinator mAuthSessionCoordinator; field in FingerprintProvider
203 mAuthSessionCoordinator = mBiometricContext.getAuthSessionCoordinator(); in FingerprintProvider()
582 mAuthSessionCoordinator.authStartedFor(userId, sensorId, requestId)); in scheduleAuthenticate()
595 mAuthSessionCoordinator.authEndedFor(userId, in scheduleAuthenticate()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DAidlResponseHandler.java80 private final AuthSessionCoordinator mAuthSessionCoordinator; field in AidlResponseHandler
96 mAuthSessionCoordinator = authSessionCoordinator; in AidlResponseHandler()
215 mLockoutTracker, mLockoutResetDispatcher, mAuthSessionCoordinator, in onLockoutCleared()
DFaceAuthenticationClient.java83 private final AuthSessionCoordinator mAuthSessionCoordinator; field in FaceAuthenticationClient
138 mAuthSessionCoordinator = biometricContext.getAuthSessionCoordinator(); in FaceAuthenticationClient()
389 mAuthSessionCoordinator.lockOutTimed(getTargetUserId(), getSensorStrength(), getSensorId(), in onLockoutTimed()
403 mAuthSessionCoordinator.lockedOutFor(getTargetUserId(), getSensorStrength(), getSensorId(), in onLockoutPermanent()
DFaceProvider.java127 private final AuthSessionCoordinator mAuthSessionCoordinator; field in FaceProvider
199 mAuthSessionCoordinator = mBiometricContext.getAuthSessionCoordinator(); in FaceProvider()
573 mAuthSessionCoordinator.authStartedFor(userId, sensorId, requestId)); in scheduleAuthenticate()
581 mAuthSessionCoordinator.authEndedFor(userId, in scheduleAuthenticate()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DBiometricSchedulerTest.java134 private AuthSessionCoordinator mAuthSessionCoordinator; field in BiometricSchedulerTest
149 when(mAuthSessionCoordinator.getLockoutStateFor(anyInt(), anyInt())).thenReturn( in setUp()
151 when(mBiometricContext.getAuthSessionCoordinator()).thenReturn(mAuthSessionCoordinator); in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java173 private AuthSessionCoordinator mAuthSessionCoordinator; field in BiometricServiceTest
241 mAuthSessionCoordinator); in setUp()