Home
last modified time | relevance | path

Searched refs:mStrongAuth (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsStrongAuthTest.java68 private LockSettingsStrongAuth mStrongAuth; field in LockSettingsStrongAuthTest
89 mStrongAuth = new LockSettingsStrongAuth(mContext, mInjector); in setUp()
100 NonStrongBiometricIdleTimeoutAlarmListener alarm = mStrongAuth in testScheduleNonStrongBiometricIdleTimeout()
114 assertFalse(mStrongAuth.mIsNonStrongBiometricAllowedForUser in testSetIsNonStrongBiometricAllowed_disallowed()
136 mStrongAuth.requireStrongAuth( in testRequireStrongAuth_nonStrongBiometric_fallbackTimeout()
177 mStrongAuth.reportSuccessfulStrongAuthUnlock(PRIMARY_USER_ID); in testReportSuccessfulStrongAuthUnlock_schedulePrimaryAuthTimeout()
195 mStrongAuth.reportSuccessfulStrongAuthUnlock(PRIMARY_USER_ID); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()
205 mStrongAuth.refreshStrongAuthTimeout(PRIMARY_USER_ID); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()
242 eq(mStrongAuth.mHandler)); in verifyAlarm()
259 mStrongAuth.scheduleNonStrongBiometricIdleTimeout(userId); in setupAlarms()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java239 private final LockSettingsStrongAuth mStrongAuth; field in LockSettingsService
607 mStrongAuth = injector.getStrongAuth(); in LockSettingsService()
622 mStrongAuthTracker.register(mStrongAuth); in LockSettingsService()
2378 mStrongAuth.removeUser(userId); in removeUserState()
2409 mStrongAuth.registerStrongAuthTracker(tracker); in registerStrongAuthTracker()
2415 mStrongAuth.unregisterStrongAuthTracker(tracker); in unregisterStrongAuthTracker()
2439 mStrongAuth.reportUnlock(userId); in userPresent()
2835 mStrongAuth.reportUnlock(userId); in onCredentialVerified()
2839 mStrongAuth.reportSuccessfulStrongAuthUnlock(userId); in onCredentialVerified()
3251 mStrongAuth.dump(pw);
[all …]