Searched defs:mStrongAuth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java177 private final LockSettingsStrongAuth mStrongAuth; field in class:LockSettingsService
421 mStrongAuth = injector.getStrongAuth();
438 mStrongAuthTracker.register(mStrongAuth);
673 mStrongAuth.systemReady();
1672 mStrongAuth.reportSuccessfulStrongAuthUnlock(userId);
1928 mStrongAuth.removeUser(userId);
1964 mStrongAuth.registerStrongAuthTracker(tracker);
1970 mStrongAuth.unregisterStrongAuthTracker(tracker);
1976 mStrongAuth.requireStrongAuth(strongAuthReason, userId);
1982 mStrongAuth
[all...]

Completed in 115 milliseconds