Lines Matching refs:mUserId

122         private int mUserId;  field in ChooseLockGeneric.ChooseLockGenericFragment
180 mUserId = Utils.getUserIdFromBundle(getContext(), arguments != null ? arguments in onCreate()
183 mUserId = targetUser; in onCreate()
188 && Utils.isManagedProfile(UserManager.get(getActivity()), mUserId) in onCreate()
189 && mLockPatternUtils.isSeparateProfileChallengeEnabled(mUserId)) { in onCreate()
193 mManagedPasswordProvider = ManagedLockPasswordProvider.get(getActivity(), mUserId); in onCreate()
199 mUserId), false); in onCreate()
205 .isManagedProfile(UserManager.get(getActivity()), mUserId) in onCreate()
206 && !mLockPatternUtils.isSeparateProfileChallengeEnabled(mUserId); in onCreate()
209 getString(R.string.unlock_set_unlock_launch_picker_title), true, mUserId)) { in onCreate()
229 if (!isUnlockMethodSecure(key) && mLockPatternUtils.isSecure(mUserId)) { in onPreferenceTreeClick()
251 && mUserId == UserHandle.myUserId() in maybeEnableEncryption()
297 mLockPatternUtils.getKeyguardStoredPasswordQuality(mUserId), false); in onActivityResult()
389 .getCredentialOwnerProfile(mUserId); in getKeyForCurrent()
419 int minQuality = mDPM.getPasswordQuality(null, mUserId); in upgradeQualityForDPM()
448 int adminEnforcedQuality = mDPM.getPasswordQuality(null, mUserId); in disableUnusablePreferencesImpl()
450 getActivity(), mUserId); in disableUnusablePreferencesImpl()
467 if (mUserId != UserHandle.myUserId()) { in disableUnusablePreferencesImpl()
614 mLockPatternUtils.setSeparateProfileChallengeEnabled(mUserId, true, mUserPassword); in updateUnlockMethodAndFinish()
615 mChooseLockSettingsHelper.utils().clearLock(mUserId); in updateUnlockMethodAndFinish()
616 mChooseLockSettingsHelper.utils().setLockScreenDisabled(disabled, mUserId); in updateUnlockMethodAndFinish()
617 removeAllFingerprintForUserAndFinish(mUserId); in updateUnlockMethodAndFinish()
620 removeAllFingerprintForUserAndFinish(mUserId); in updateUnlockMethodAndFinish()
630 int minLength = mDPM.getPasswordMinimumLength(null, mUserId); in getIntentForUnlockMethod()
637 maxLength, mRequirePassword, mChallenge, mUserId); in getIntentForUnlockMethod()
640 maxLength, mRequirePassword, mUserPassword, mUserId); in getIntentForUnlockMethod()
645 mChallenge, mUserId); in getIntentForUnlockMethod()
648 mUserPassword, mUserId); in getIntentForUnlockMethod()
730 boolean isProfile = Utils.isManagedProfile(UserManager.get(getActivity()), mUserId); in getResIdForFactoryResetProtectionWarningTitle()
736 boolean hasFingerprints = mFingerprintManager.hasEnrolledFingerprints(mUserId); in getResIdForFactoryResetProtectionWarningMessage()
737 boolean isProfile = Utils.isManagedProfile(UserManager.get(getActivity()), mUserId); in getResIdForFactoryResetProtectionWarningMessage()
738 switch (mLockPatternUtils.getKeyguardStoredPasswordQuality(mUserId)) { in getResIdForFactoryResetProtectionWarningMessage()