Home
last modified time | relevance | path

Searched refs:profileUserId (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DSecuritySettings.java823 final int profileUserId = Utils.getManagedProfileId(um, MY_USER_ID); in getXmlResourcesToIndex() local
828 && (profileUserId == UserHandle.USER_NULL in getXmlResourcesToIndex()
829 || lockPatternUtils.isSeparateProfileChallengeAllowed(profileUserId) in getXmlResourcesToIndex()
830 || !isPasswordManaged(profileUserId, context, dpm))) { in getXmlResourcesToIndex()
837 if (profileUserId != UserHandle.USER_NULL in getXmlResourcesToIndex()
838 && lockPatternUtils.isSeparateProfileChallengeAllowed(profileUserId) in getXmlResourcesToIndex()
839 && !isPasswordManaged(profileUserId, context, dpm)) { in getXmlResourcesToIndex()
841 lockPatternUtils, managedPasswordProvider, profileUserId))); in getXmlResourcesToIndex()
922 final int profileUserId = Utils.getManagedProfileId(um, MY_USER_ID); in getRawDataToIndex() local
923 if (profileUserId != UserHandle.USER_NULL in getRawDataToIndex()
[all …]