Searched refs:mStrongAuth (Results 1 – 2 of 2) sorted by relevance
68 private LockSettingsStrongAuth mStrongAuth; field in LockSettingsStrongAuthTest89 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 …]
239 private final LockSettingsStrongAuth mStrongAuth; field in LockSettingsService607 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 …]