Home | History | Annotate | Download | only in settings

Lines Matching refs:profileUserId

823             final int profileUserId = Utils.getManagedProfileId(um, MY_USER_ID);
828 && (profileUserId == UserHandle.USER_NULL
829 || lockPatternUtils.isSeparateProfileChallengeAllowed(profileUserId)
830 || !isPasswordManaged(profileUserId, context, dpm))) {
837 if (profileUserId != UserHandle.USER_NULL
838 && lockPatternUtils.isSeparateProfileChallengeAllowed(profileUserId)
839 && !isPasswordManaged(profileUserId, context, dpm)) {
841 lockPatternUtils, managedPasswordProvider, profileUserId)));
922 final int profileUserId = Utils.getManagedProfileId(um, MY_USER_ID);
923 if (profileUserId != UserHandle.USER_NULL
924 && lockPatternUtils.isSeparateProfileChallengeAllowed(profileUserId)) {
925 if (lockPatternUtils.getKeyguardStoredPasswordQuality(profileUserId)
928 profileUserId)) {