Searched refs:profileIds (Results 1 – 6 of 6) sorted by relevance
109 String[] profileIds = new String[numProfiles]; in sanitizeDB() local110 profileIds[0] = Long.toString(oldProfileId); in sanitizeDB()114 profileIds[i] = Long.toString(profileMapping.keyAt(i)); in sanitizeDB()116 int itemsDeleted = db.delete(Favorites.TABLE_NAME, whereClause.toString(), profileIds); in sanitizeDB()
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()