Home | History | Annotate | Download | only in trust

Lines Matching refs:mLockPatternUtils

116     private final LockPatternUtils mLockPatternUtils;
139 mLockPatternUtils = new LockPatternUtils(context);
157 mLockPatternUtils.registerStrongAuthTracker(mStrongAuthTracker);
162 maybeEnableFactoryTrustAgents(mLockPatternUtils, UserHandle.USER_SYSTEM);
248 LockPatternUtils lockPatternUtils = mLockPatternUtils;
351 boolean secure = mLockPatternUtils.isSecure(id);
711 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
727 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
730 return mLockPatternUtils.isSecure(userId);
830 if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {
862 boolean persistedValue = mLockPatternUtils.isTrustUsuallyManaged(userId);
928 if (value != mLockPatternUtils.isTrustUsuallyManaged(userId)) {
929 mLockPatternUtils.setTrustUsuallyManaged(value, userId);
966 maybeEnableFactoryTrustAgents(mLockPatternUtils, userId);