Home | History | Annotate | Download | only in keyguard

Lines Matching defs:mStrongAuthTracker

215     private final StrongAuthTracker mStrongAuthTracker;
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);