Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/vpn2/
DVpnSettings.java428 final Set<Integer> profileIds; in getVpnApps() local
430 profileIds = new ArraySet<>(); in getVpnApps()
432 profileIds.add(profile.getIdentifier()); in getVpnApps()
435 profileIds = Collections.singleton(UserHandle.myUserId()); in getVpnApps()
444 if (!profileIds.contains(userId)) { in getVpnApps()
/packages/apps/Settings/src/com/android/settings/
DUtils.java630 int[] profileIds = um.getProfileIdsWithDisabled(parentUserId); in getManagedProfileId() local
631 for (int profileId : profileIds) { in getManagedProfileId()
1029 final int[] profileIds = um.getProfileIdsWithDisabled(UserHandle.myUserId()); in enforceSameOwner() local
1030 if (ArrayUtils.contains(profileIds, userId)) { in enforceSameOwner()