Searched refs:VPN_USER (Results 1 – 1 of 1) sorted by relevance
1271 private static final int VPN_USER = 0; field in ConnectivityServiceTest1272 private static final int APP1_UID = UserHandle.getUid(VPN_USER, 10100);1273 private static final int APP2_UID = UserHandle.getUid(VPN_USER, 10101);1274 private static final int VPN_UID = UserHandle.getUid(VPN_USER, 10043);1285 new UserInfo(VPN_USER, "", 0), in setUp()6383 final Set<UidRange> vpnRange = Collections.singleton(UidRange.createForUser(VPN_USER)); in testFullyRoutedVpnResultsInInterfaceFilteringRules()6409 final Set<UidRange> vpnRange = Collections.singleton(UidRange.createForUser(VPN_USER)); in testLegacyVpnDoesNotResultInInterfaceFilteringRule()6424 final Set<UidRange> vpnRange = Collections.singleton(UidRange.createForUser(VPN_USER)); in testLocalIpv4OnlyVpnDoesNotResultInInterfaceFilteringRule()6437 final Set<UidRange> vpnRange = Collections.singleton(UidRange.createForUser(VPN_USER)); in testVpnHandoverChangesInterfaceFilteringRule()6486 final UidRange vpnRange = UidRange.createForUser(VPN_USER); in testUidUpdateChangesInterfaceFilteringRule()