HomeSort by relevance Sort by last modified time
    Searched refs:mStrongAuthTracker (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 135 private final StrongAuthTracker mStrongAuthTracker;
146 mStrongAuthTracker = new StrongAuthTracker(context);
163 mLockPatternUtils.registerStrongAuthTracker(mStrongAuthTracker);
208 if (mStrongAuthTracker.isTrustAllowedForUser(userId)
355 if (!mStrongAuthTracker.canAgentsRunForUser(userInfo.id)) {
356 int flag = mStrongAuthTracker.getStrongAuthForUser(userInfo.id);
363 + Integer.toHexString(mStrongAuthTracker.getStrongAuthForUser(
664 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) {
679 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) {
695 mStrongAuthTracker.allowTrustFromUnlock(userId)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitor.java 207 private final StrongAuthTracker mStrongAuthTracker;
680 return mStrongAuthTracker.isUnlockingWithFingerprintAllowed();
688 return mStrongAuthTracker;
    [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsService.java 162 private final SynchronizedStrongAuthTracker mStrongAuthTracker;
413 mStrongAuthTracker = injector.getStrongAuthTracker();
414 mStrongAuthTracker.register(mStrongAuth);
    [all...]

Completed in 254 milliseconds