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

/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java136 private final StrongAuthTracker mStrongAuthTracker; field in class:TrustManagerService
147 mStrongAuthTracker = new StrongAuthTracker(context);
164 mLockPatternUtils.registerStrongAuthTracker(mStrongAuthTracker);
209 if (mStrongAuthTracker.isTrustAllowedForUser(userId)
360 if (!mStrongAuthTracker.canAgentsRunForUser(userInfo.id)) {
361 int flag = mStrongAuthTracker.getStrongAuthForUser(userInfo.id);
368 + Integer.toHexString(mStrongAuthTracker.getStrongAuthForUser(
669 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) {
684 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) {
700 mStrongAuthTracker
[all...]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java215 private final StrongAuthTracker mStrongAuthTracker; field in class:KeyguardUpdateMonitor
708 return mStrongAuthTracker.isUnlockingWithFingerprintAllowed();
712 return mStrongAuthTracker.getStrongAuthForUser(userId)
721 return mStrongAuthTracker;
1170 mStrongAuthTracker = new StrongAuthTracker(context);
1232 mLockPatternUtils.registerStrongAuthTracker(mStrongAuthTracker);
2050 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId);
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java178 private final SynchronizedStrongAuthTracker mStrongAuthTracker; field in class:LockSettingsService
437 mStrongAuthTracker = injector.getStrongAuthTracker();
438 mStrongAuthTracker.register(mStrongAuth);
1988 return mStrongAuthTracker.getStrongAuthForUser(userId);

Completed in 150 milliseconds