Home
last modified time | relevance | path

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

/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java1144 List<Integer> newExcludedUids = toList(PKG_UIDS); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids() local
1145 newExcludedUids.remove((Integer) PKG_UIDS[0]); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()
1146 Set<Range<Integer>> newUidRanges = makeVpnUidRangeSet(PRIMARY_USER.id, newExcludedUids); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()
1162 newExcludedUids.add(PKG_UIDS[0]); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()
1163 newUidRanges = makeVpnUidRangeSet(PRIMARY_USER.id, newExcludedUids); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()