Searched refs:mStrongAuthTracker (Results 1 – 3 of 3) sorted by relevance
130 private final StrongAuthTracker mStrongAuthTracker; field in TrustManagerService141 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)));
191 private final StrongAuthTracker mStrongAuthTracker; field in KeyguardUpdateMonitor553 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()
125 private final SynchronizedStrongAuthTracker mStrongAuthTracker; field in LockSettingsService289 mStrongAuthTracker = new SynchronizedStrongAuthTracker(mContext); in LockSettingsService()290 mStrongAuthTracker.register(); in LockSettingsService()1532 return mStrongAuthTracker.getStrongAuthForUser(userId);