Home
last modified time | relevance | path

Searched refs:getLockoutModeForUser (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/
DHidlToAidlSensorAdapterTest.java147 .getLockoutModeForUser(USER_ID)).isEqualTo(LockoutTracker.LOCKOUT_NONE); in lockoutTimedResetViaClient()
163 .getLockoutModeForUser(USER_ID)) in lockoutTimedResetViaCallback()
178 .getLockoutModeForUser(USER_ID)).isEqualTo(LockoutTracker.LOCKOUT_NONE); in lockoutPermanentResetViaCallback()
197 .getLockoutModeForUser(USER_ID)).isEqualTo(LockoutTracker.LOCKOUT_NONE); in lockoutPermanentResetViaClient()
221 .getLockoutModeForUser(USER_ID)) in setLockoutTimed()
231 .getLockoutModeForUser(USER_ID)).isEqualTo(LockoutTracker.LOCKOUT_PERMANENT); in setLockoutPermanent()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/hidl/
DHidlToAidlSensorAdapterTest.java162 .getLockoutModeForUser(USER_ID)).isEqualTo(LockoutTracker.LOCKOUT_NONE); in lockoutTimedResetViaClient()
176 .getLockoutModeForUser(USER_ID)).isEqualTo(LockoutTracker.LOCKOUT_NONE); in lockoutTimedResetViaCallback()
190 .getLockoutModeForUser(USER_ID)).isEqualTo(LockoutTracker.LOCKOUT_NONE); in lockoutPermanentResetViaCallback()
210 .getLockoutModeForUser(USER_ID)).isEqualTo(LockoutTracker.LOCKOUT_NONE); in lockoutPermanentResetViaClient()
235 .getLockoutModeForUser(USER_ID)).isEqualTo(LockoutTracker.LOCKOUT_PERMANENT); in setLockoutPermanent()
245 .getLockoutModeForUser(USER_ID)).isEqualTo(LockoutTracker.LOCKOUT_TIMED); in setLockoutTimed()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DLockoutFrameworkImpl.java120 if (getLockoutModeForUser(userId) != LOCKOUT_NONE) { in resetFailedAttemptsForUser()
139 if (getLockoutModeForUser(userId) != LOCKOUT_NONE) { in addFailedAttemptForUser()
146 public int getLockoutModeForUser(int userId) { in getLockoutModeForUser() method in LockoutFrameworkImpl
DHidlToAidlSensorAdapter.java134 public int getLockoutModeForUser(int userId) { in getLockoutModeForUser() method in HidlToAidlSensorAdapter
135 return mLockoutTracker.getLockoutModeForUser(userId); in getLockoutModeForUser()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintAuthenticator.java100 public @LockoutTracker.LockoutMode int getLockoutModeForUser(int userId) in getLockoutModeForUser() method in FingerprintAuthenticator
102 return mFingerprintService.getLockoutModeForUser(mSensorId, userId); in getLockoutModeForUser()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceAuthenticator.java105 public @LockoutTracker.LockoutMode int getLockoutModeForUser(int userId) in getLockoutModeForUser() method in FaceAuthenticator
107 return mFaceService.getLockoutModeForUser(mSensorId, userId); in getLockoutModeForUser()
DLockoutHalImpl.java31 public int getLockoutModeForUser(int userId) { in getLockoutModeForUser() method in LockoutHalImpl
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DLockoutCache.java44 public int getLockoutModeForUser(int userId) { in getLockoutModeForUser() method in LockoutCache
DLockoutTracker.java37 @LockoutMode int getLockoutModeForUser(int userId); in getLockoutModeForUser() method
DBiometricServiceProvider.java54 int getLockoutModeForUser(int sensorId, int userId); in getLockoutModeForUser() method
DAuthenticationClient.java123 getLockoutTracker().getLockoutModeForUser(userId); in handleFailedAttempt()
341 lockoutMode = mLockoutTracker.getLockoutModeForUser(getTargetUserId()); in start()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
DFacePropertyRepositoryImplTest.kt158 whenever(faceManager.getLockoutModeForUser(sensorId, userId)) in providesTheLockoutModeFromFaceManager()
162 whenever(faceManager.getLockoutModeForUser(sensorId, userId)) in providesTheLockoutModeFromFaceManager()
166 whenever(faceManager.getLockoutModeForUser(sensorId, userId)) in providesTheLockoutModeFromFaceManager()
/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricAuthenticator.aidl67 int getLockoutModeForUser(int userId); in getLockoutModeForUser() method
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DPreAuthInfoTest.java85 when(mFaceAuthenticator.getLockoutModeForUser(anyInt())) in setup()
90 when(mFingerprintAuthenticator.getLockoutModeForUser(anyInt())) in setup()
DBiometricServiceTest.java1023 when(mFingerprintAuthenticator.getLockoutModeForUser(anyInt())) in testBiometricAuth_whenLockout()
1062 when(mFingerprintAuthenticator.getLockoutModeForUser(anyInt())) in testMultiBiometricAuth_whenLockout()
1080 when(mFingerprintAuthenticator.getLockoutModeForUser(anyInt())) in testBiometricOrCredentialAuth_whenBiometricLockout_showsCredential()
1500 when(mFingerprintAuthenticator.getLockoutModeForUser(anyInt())) in testCanAuthenticate_whenLockedOut()
1869 when(mFingerprintAuthenticator.getLockoutModeForUser(anyInt())) in setupAuthForOnly()
1878 when(mFaceAuthenticator.getLockoutModeForUser(anyInt())) in setupAuthForOnly()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
DIrisAuthenticator.java87 public @LockoutTracker.LockoutMode int getLockoutModeForUser(int userId) in getLockoutModeForUser() method in IrisAuthenticator
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DHidlToAidlSensorAdapter.java137 public int getLockoutModeForUser(int userId) { in getLockoutModeForUser() method in HidlToAidlSensorAdapter
138 return mLockoutTracker.getLockoutModeForUser(userId); in getLockoutModeForUser()
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl141 int getLockoutModeForUser(int sensorId, int userId); in getLockoutModeForUser() method
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl147 int getLockoutModeForUser(int sensorId, int userId); in getLockoutModeForUser() method
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
DSensorTest.java186 assertEquals(LockoutTracker.LOCKOUT_NONE, mLockoutCache.getLockoutModeForUser(USER_ID)); in verifyNotLocked()
DFaceAuthenticationClientTest.java306 when(mLockoutTracker.getLockoutModeForUser(anyInt())).thenReturn( in authWithNoLockout()
317 when(mLockoutTracker.getLockoutModeForUser(anyInt())).thenReturn( in authWithLockout()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
DSensorTest.java179 assertEquals(LockoutTracker.LOCKOUT_NONE, mLockoutCache.getLockoutModeForUser(USER_ID)); in verifyNotLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DFacePropertyRepository.kt276 return faceManager.getLockoutModeForUser(sensorInfo.value!!.id, userId).toLockoutMode() in getLockoutMode()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DSensor.java348 public int getLockoutModeForUser(int userId) {
/frameworks/base/services/core/java/com/android/server/biometrics/
DPreAuthInfo.java210 sensor.impl.getLockoutModeForUser(userId); in getStatusForBiometricAuthenticator()

12