Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DProfileNetworkPreference.java46 int[] excludedUids, in ProfileNetworkPreference() argument
56 if (excludedUids != null) { in ProfileNetworkPreference()
57 mExcludedUids = excludedUids.clone(); in ProfileNetworkPreference()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java956 private static List<Range<Integer>> intRangesPrimaryExcludingUids(List<Integer> excludedUids) { in intRangesPrimaryExcludingUids() argument
957 final List<Integer> excludedUidsList = new ArrayList<>(excludedUids); in intRangesPrimaryExcludingUids()
967 final List<Integer> excludedUids = CollectionUtils.map(excludedAppIds, in intRangesExcludingUids() local
973 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 …]