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.java129 private final StrongAuthTracker mStrongAuthTracker; field in TrustManagerService
140 mStrongAuthTracker = new StrongAuthTracker(context); in TrustManagerService()
157 mLockPatternUtils.registerStrongAuthTracker(mStrongAuthTracker); in onBootPhase()
202 if (mStrongAuthTracker.isTrustAllowedForUser(userId) in updateTrust()
349 if (!mStrongAuthTracker.canAgentsRunForUser(userInfo.id)) { in refreshAgentList()
350 int flag = mStrongAuthTracker.getStrongAuthForUser(userInfo.id); in refreshAgentList()
357 + Integer.toHexString(mStrongAuthTracker.getStrongAuthForUser( in refreshAgentList()
632 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrusted()
647 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) { in aggregateIsTrustManaged()
663 mStrongAuthTracker.allowTrustFromUnlock(userId); in dispatchUnlockAttempt()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java183 private final StrongAuthTracker mStrongAuthTracker; field in KeyguardUpdateMonitor
600 return mStrongAuthTracker.isUnlockingWithFingerprintAllowed(); in isUnlockingWithFingerprintAllowed()
608 return mStrongAuthTracker; in getStrongAuthTracker()
1038 mStrongAuthTracker = new StrongAuthTracker(context); in KeyguardUpdateMonitor()
1099 mLockPatternUtils.registerStrongAuthTracker(mStrongAuthTracker); in KeyguardUpdateMonitor()
1817 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump()
/frameworks/base/services/core/java/com/android/server/
DLockSettingsService.java146 private final SynchronizedStrongAuthTracker mStrongAuthTracker; field in LockSettingsService
389 mStrongAuthTracker = injector.getStrongAuthTracker(); in LockSettingsService()
390 mStrongAuthTracker.register(mStrongAuth); in LockSettingsService()
1726 return mStrongAuthTracker.getStrongAuthForUser(userId); in getStrongAuthForUser()