Searched refs:mProfileChallengeUserId (Results 1 – 2 of 2) sorted by relevance
58 private final int mProfileChallengeUserId; field in LockScreenNotificationPreferenceController77 mProfileChallengeUserId = Utils.getManagedProfileId( in LockScreenNotificationPreferenceController()81 !utils.isSeparateProfileChallengeEnabled(mProfileChallengeUserId); in LockScreenNotificationPreferenceController()83 mSecureProfile = (mProfileChallengeUserId != UserHandle.USER_NULL) in LockScreenNotificationPreferenceController()84 && (utils.isSecure(mProfileChallengeUserId) || (isUnified && mSecure)); in LockScreenNotificationPreferenceController()96 if (mProfileChallengeUserId != UserHandle.USER_NULL) { in displayPreference()177 UserManager.get(mContext), mProfileChallengeUserId) in initLockscreenNotificationPrefForProfile()229 show ? 1 : 0, mProfileChallengeUserId); in onPreferenceChange()232 enabled ? 1 : 0, mProfileChallengeUserId); in onPreferenceChange()263 if (mProfileChallengeUserId != UserHandle.USER_NULL) { in setRestrictedIfNotificationFeaturesDisabled()[all …]
165 private int mProfileChallengeUserId; field in SecuritySettings282 mProfileChallengeUserId = Utils.getManagedProfileId(mUm, MY_USER_ID); in createPreferenceHierarchy()283 if (mProfileChallengeUserId != UserHandle.USER_NULL in createPreferenceHierarchy()284 && mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileChallengeUserId)) { in createPreferenceHierarchy()289 mProfileChallengeUserId); in createPreferenceHierarchy()291 maybeAddFingerprintPreference(root, mProfileChallengeUserId); in createPreferenceHierarchy()292 if (!mLockPatternUtils.isSeparateProfileChallengeEnabled(mProfileChallengeUserId)) { in createPreferenceHierarchy()301 disableIfPasswordQualityManaged(KEY_UNLOCK_SET_OR_CHANGE, mProfileChallengeUserId); in createPreferenceHierarchy()306 mProfileChallengeUserId); in createPreferenceHierarchy()599 mProfileChallengeUserId)); in onResume()[all …]