Searched refs:profileIds (Results 1 – 7 of 7) sorted by relevance
108 String[] profileIds = new String[numProfiles]; in sanitizeDB() local109 profileIds[0] = Long.toString(oldProfileId); in sanitizeDB()113 profileIds[i] = Long.toString(profileMapping.keyAt(i)); in sanitizeDB()115 int itemsDeleted = db.delete(Favorites.TABLE_NAME, whereClause.toString(), profileIds); in sanitizeDB()
514 final Set<Integer> profileIds; in getVpnApps() local516 profileIds = new ArraySet<>(); in getVpnApps()518 profileIds.add(profile.getIdentifier()); in getVpnApps()521 profileIds = Collections.singleton(UserHandle.myUserId()); in getVpnApps()531 if (!profileIds.contains(userId)) { in getVpnApps()
515 final Set<Integer> profileIds; in getVpnApps() local517 profileIds = new ArraySet<>(); in getVpnApps()519 profileIds.add(profile.getIdentifier()); in getVpnApps()522 profileIds = Collections.singleton(UserHandle.myUserId()); in getVpnApps()531 if (!profileIds.contains(userId)) { in getVpnApps()
126 public void setProfileIdsWithDisabled(int[] profileIds) { in setProfileIdsWithDisabled() argument127 profileIdsForUser = profileIds; in setProfileIdsWithDisabled()
433 int[] profileIds = um.getProfileIdsWithDisabled(parentUserId); in getManagedProfileId() local434 for (int profileId : profileIds) { in getManagedProfileId()690 final int[] profileIds = um.getProfileIdsWithDisabled(UserHandle.myUserId()); in enforceSameOwner() local691 if (ArrayUtils.contains(profileIds, userId)) { in enforceSameOwner()
438 int[] profileIds = um.getProfileIdsWithDisabled(parentUserId); in getManagedProfileId() local439 for (int profileId : profileIds) { in getManagedProfileId()695 final int[] profileIds = um.getProfileIdsWithDisabled(UserHandle.myUserId()); in enforceSameOwner() local696 if (ArrayUtils.contains(profileIds, userId)) { in enforceSameOwner()
550 int[] profileIds = mUm.getEnabledProfileIds(currentUser); in isUserAllowedToLaunchActivity() local551 for (int id : profileIds) { in isUserAllowedToLaunchActivity()