Searched refs:APP2_UID (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/ |
D | ConnectivityServiceTest.java | 1192 private static final int APP2_UID = UserHandle.getUid(VPN_USER, 10101); field in ConnectivityServiceTest 1344 buildPackageInfo(/* SYSTEM */ false, APP2_UID), in mockDefaultPackages() 6672 assertContainsExactly(uidCaptor.getAllValues().get(0), APP1_UID, APP2_UID); in testFullyRoutedVpnResultsInInterfaceFilteringRules() 6673 assertContainsExactly(uidCaptor.getAllValues().get(1), APP1_UID, APP2_UID); in testFullyRoutedVpnResultsInInterfaceFilteringRules() 6681 assertContainsExactly(uidCaptor.getValue(), APP1_UID, APP2_UID); in testFullyRoutedVpnResultsInInterfaceFilteringRules() local 6730 assertContainsExactly(uidCaptor.getAllValues().get(0), APP1_UID, APP2_UID); in testVpnHandoverChangesInterfaceFilteringRule() 6731 assertContainsExactly(uidCaptor.getAllValues().get(1), APP1_UID, APP2_UID); in testVpnHandoverChangesInterfaceFilteringRule() 6741 assertContainsExactly(uidCaptor.getValue(), APP1_UID, APP2_UID); in testVpnHandoverChangesInterfaceFilteringRule() local 6743 assertContainsExactly(uidCaptor.getValue(), APP1_UID, APP2_UID); in testVpnHandoverChangesInterfaceFilteringRule() local 6753 assertContainsExactly(uidCaptor.getValue(), APP1_UID, APP2_UID); in testVpnHandoverChangesInterfaceFilteringRule() local [all …]
|