Searched refs:excludedUids (Results 1 – 2 of 2) sorted by relevance
46 int[] excludedUids, in ProfileNetworkPreference() argument56 if (excludedUids != null) { in ProfileNetworkPreference()57 mExcludedUids = excludedUids.clone(); in ProfileNetworkPreference()
956 private static List<Range<Integer>> intRangesPrimaryExcludingUids(List<Integer> excludedUids) { in intRangesPrimaryExcludingUids() argument957 final List<Integer> excludedUidsList = new ArrayList<>(excludedUids); in intRangesPrimaryExcludingUids()967 final List<Integer> excludedUids = CollectionUtils.map(excludedAppIds, in intRangesExcludingUids() local973 Collections.sort(excludedUids); in intRangesExcludingUids()975 for (int excludedUid : excludedUids) { in intRangesExcludingUids()9535 final List<Integer> excludedUids = new ArrayList<>();9536 excludedUids.add(VPN_UID);9539 excludedUids.add(toSdkSandboxUid(VPN_UID));9541 final List<Range<Integer>> primaryRanges = intRangesPrimaryExcludingUids(excludedUids);9556 intRangesExcludingUids(RESTRICTED_USER, excludedUids);[all …]