Home
last modified time | relevance | path

Searched defs:APP2_UID (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java1192 private static final int APP2_UID = UserHandle.getUid(VPN_USER, 10101); field in ConnectivityServiceTest
6673 assertContainsExactly(uidCaptor.getValue(), APP1_UID, APP2_UID); in testFullyRoutedVpnResultsInInterfaceFilteringRules() local
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
6756 assertContainsExactly(uidCaptor.getValue(), APP1_UID, APP2_UID); in testVpnHandoverChangesInterfaceFilteringRule() local
6783 assertContainsExactly(uidCaptor.getValue(), APP1_UID, APP2_UID); in testUidUpdateChangesInterfaceFilteringRule() local
6785 assertContainsExactly(uidCaptor.getValue(), APP2_UID); in testUidUpdateChangesInterfaceFilteringRule() local