Home
last modified time | relevance | path

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

/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java1146 Set<Range<Integer>> newUidRanges = makeVpnUidRangeSet(PRIMARY_USER.id, newExcludedUids); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids() local
1152 assertEquals(newUidRanges, vpn.mNetworkCapabilities.getUids()); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()
1156 assertEquals(newUidRanges, ncCaptor.getValue().getUids()); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()
1157 verify(mConnectivityManager).setVpnDefaultForUids(eq(sessionKey), eq(newUidRanges)); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()
1163 newUidRanges = makeVpnUidRangeSet(PRIMARY_USER.id, newExcludedUids); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()
1169 assertEquals(newUidRanges, vpn.mNetworkCapabilities.getUids()); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()
1171 assertEquals(newUidRanges, ncCaptor.getValue().getUids()); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()
1175 .setVpnDefaultForUids(eq(sessionKey), eq(newUidRanges)); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()