Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/net/
DVpnProfile.java150 public final boolean isRestrictedToTestNetworks; // 24 field in VpnProfile
166 public VpnProfile(String key, boolean isRestrictedToTestNetworks) { in VpnProfile() argument
167 this(key, isRestrictedToTestNetworks, false, false, null); in VpnProfile()
170 public VpnProfile(String key, boolean isRestrictedToTestNetworks, boolean excludeLocalRoutes, in VpnProfile() argument
172 this(key, isRestrictedToTestNetworks, excludeLocalRoutes, requiresInternetValidation, in VpnProfile()
176 public VpnProfile(String key, boolean isRestrictedToTestNetworks, boolean excludeLocalRoutes, in VpnProfile() argument
181 this.isRestrictedToTestNetworks = isRestrictedToTestNetworks; in VpnProfile()
215 isRestrictedToTestNetworks = in.readBoolean(); in VpnProfile()
270 out.writeBoolean(isRestrictedToTestNetworks); in writeToParcel()
307 final boolean isRestrictedToTestNetworks; in decode()
[all …]
/frameworks/base/services/tests/VpnTests/java/com/android/internal/net/
DVpnProfileTest.java84 assertFalse(p.isRestrictedToTestNetworks); in testDefaults()
248 assertFalse(decoded.isRestrictedToTestNetworks); in testEncodeDecodeMissingIsRestrictedToTestNetworks()
/frameworks/base/core/java/android/net/
DIkev2VpnProfile.java425 public boolean isRestrictedToTestNetworks() { in isRestrictedToTestNetworks() method in Ikev2VpnProfile
616 if (profile.isRestrictedToTestNetworks) { in fromVpnProfile()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java2855 if (mProfile.isRestrictedToTestNetworks()) { in run()
4032 if (profile.isRestrictedToTestNetworks) { in provisionVpnProfile()