Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java1190 private static final int VPN_USER = 0; field in ConnectivityServiceTest
1191 private static final int APP1_UID = UserHandle.getUid(VPN_USER, 10100);
1192 private static final int APP2_UID = UserHandle.getUid(VPN_USER, 10101);
1193 private static final int VPN_UID = UserHandle.getUid(VPN_USER, 10043);
1204 new UserInfo(VPN_USER, "", 0), in setUp()
6665 final Set<UidRange> vpnRange = Collections.singleton(UidRange.createForUser(VPN_USER)); in testFullyRoutedVpnResultsInInterfaceFilteringRules()
6692 final Set<UidRange> vpnRange = Collections.singleton(UidRange.createForUser(VPN_USER)); in testLegacyVpnDoesNotResultInInterfaceFilteringRule()
6708 final Set<UidRange> vpnRange = Collections.singleton(UidRange.createForUser(VPN_USER)); in testLocalIpv4OnlyVpnDoesNotResultInInterfaceFilteringRule()
6723 final Set<UidRange> vpnRange = Collections.singleton(UidRange.createForUser(VPN_USER)); in testVpnHandoverChangesInterfaceFilteringRule()
6774 final UidRange vpnRange = UidRange.createForUser(VPN_USER); in testUidUpdateChangesInterfaceFilteringRule()
[all …]