Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java185 private final LockSettingsStrongAuth mStrongAuth; field in LockSettingsService
448 mStrongAuth = injector.getStrongAuth(); in LockSettingsService()
466 mStrongAuthTracker.register(mStrongAuth); in LockSettingsService()
1809 mStrongAuth.reportSuccessfulStrongAuthUnlock(userId); in doVerifyCredential()
2062 mStrongAuth.removeUser(userId); in removeUser()
2098 mStrongAuth.registerStrongAuthTracker(tracker); in registerStrongAuthTracker()
2104 mStrongAuth.unregisterStrongAuthTracker(tracker); in unregisterStrongAuthTracker()
2110 mStrongAuth.requireStrongAuth(strongAuthReason, userId); in requireStrongAuth()
2116 mStrongAuth.reportUnlock(userId); in userPresent()
2569 mStrongAuth.reportSuccessfulStrongAuthUnlock(userId); in spBasedDoVerifyCredential()