HomeSort by relevance Sort by last modified time
    Searched defs:Vpn (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/net/java/com/android/server/connectivity/
VpnTest.java 104 * Tests for {@link Vpn}.
131 static final String[] PKGS = {"com.example", "org.example", "net.example", "web.vpn"};
148 @Mock private Vpn.SystemServices mSystemServices;
158 when(mContext.getPackageName()).thenReturn(Vpn.class.getPackage().getName());
181 final Vpn vpn = createVpn(primaryUser.id); local
182 final Set<UidRange> ranges = vpn.createUserAndRestrictedProfilesRanges(primaryUser.id,
195 final Vpn vpn = createVpn(primaryUser.id); local
196 final Set<UidRange> ranges = vpn.createUserAndRestrictedProfilesRanges(primaryUser.id
208 final Vpn vpn = createVpn(primaryUser.id); local
219 final Vpn vpn = createVpn(primaryUser.id); local
244 final Vpn vpn = createVpn(primaryUser.id); local
279 final Vpn vpn = createVpn(primaryUser.id); local
319 final Vpn vpn = createVpn(primaryUser.id); local
342 final Vpn vpn = createVpn(primaryUser.id); local
371 final Vpn vpn = createVpn(primaryUser.id); local
406 final Vpn vpn = createVpn(primaryUser.id); local
437 final Vpn vpn = createVpn(primaryUser.id); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java 129 public class Vpn {
130 private static final String NETWORKTYPE = "VPN";
131 private static final String TAG = "Vpn";
134 // Length of time (in milliseconds) that an app hosting an always-on VPN is placed on
135 // the device idle whitelist during service launch and VPN bootstrap.
138 // Settings for how much of the address space should be routed so that Vpn considers
139 // "most" of the address space is routed. This is used to determine whether this Vpn
144 // 85% of the address space must be routed for Vpn to consider this VPN to provide
155 // How many routes to evaluate before bailing and declaring this Vpn should provid
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 112 milliseconds