Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java1191 private static final int APP1_UID = UserHandle.getUid(VPN_USER, 10100); field in ConnectivityServiceTest
1343 buildPackageInfo(/* SYSTEM */ false, APP1_UID), in mockDefaultPackages()
6664 assertContainsExactly(uidCaptor.getAllValues().get(0), APP1_UID, APP2_UID); in testFullyRoutedVpnResultsInInterfaceFilteringRules()
6665 assertContainsExactly(uidCaptor.getAllValues().get(1), APP1_UID, APP2_UID); in testFullyRoutedVpnResultsInInterfaceFilteringRules()
6673 assertContainsExactly(uidCaptor.getValue(), APP1_UID, APP2_UID); in testFullyRoutedVpnResultsInInterfaceFilteringRules() local
6722 assertContainsExactly(uidCaptor.getAllValues().get(0), APP1_UID, APP2_UID); in testVpnHandoverChangesInterfaceFilteringRule()
6723 assertContainsExactly(uidCaptor.getAllValues().get(1), APP1_UID, APP2_UID); in testVpnHandoverChangesInterfaceFilteringRule()
6733 assertContainsExactly(uidCaptor.getValue(), APP1_UID, APP2_UID); in testVpnHandoverChangesInterfaceFilteringRule() local
6735 assertContainsExactly(uidCaptor.getValue(), APP1_UID, APP2_UID); in testVpnHandoverChangesInterfaceFilteringRule() local
6745 assertContainsExactly(uidCaptor.getValue(), APP1_UID, APP2_UID); in testVpnHandoverChangesInterfaceFilteringRule() local
[all …]