Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java130 private final StrongAuthTracker mStrongAuthTracker; field in TrustManagerService
141 mStrongAuthTracker = new StrongAuthTracker(context); in TrustManagerService()
158 mLockPatternUtils.registerStrongAuthTracker(mStrongAuthTracker); in onBootPhase()
202 if (mStrongAuthTracker.isTrustAllowedForUser(userId) in updateTrust()
261 if (!mStrongAuthTracker.canAgentsRunForUser(userInfo.id)) continue; in refreshAgentList()
555 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrusted()
570 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrustManaged()
586 mStrongAuthTracker.allowTrustFromUnlock(userId); in dispatchUnlockAttempt()
795 mStrongAuthTracker.getStrongAuthForUser(user.id)));
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java191 private final StrongAuthTracker mStrongAuthTracker; field in KeyguardUpdateMonitor
553 return mStrongAuthTracker.isUnlockingWithFingerprintAllowed() in isUnlockingWithFingerprintAllowed()
558 return mStrongAuthTracker; in getStrongAuthTracker()
987 mStrongAuthTracker = new StrongAuthTracker(context); in KeyguardUpdateMonitor()
1055 new LockPatternUtils(context).registerStrongAuthTracker(mStrongAuthTracker); in KeyguardUpdateMonitor()
1724 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump()
/frameworks/base/services/core/java/com/android/server/
DLockSettingsService.java125 private final SynchronizedStrongAuthTracker mStrongAuthTracker; field in LockSettingsService
289 mStrongAuthTracker = new SynchronizedStrongAuthTracker(mContext); in LockSettingsService()
290 mStrongAuthTracker.register(); in LockSettingsService()
1532 return mStrongAuthTracker.getStrongAuthForUser(userId);