Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/net/
DVpnProfile.java152 public final boolean excludeLocalRoutes; // 25 field 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
182 this.excludeLocalRoutes = excludeLocalRoutes; in VpnProfile()
216 excludeLocalRoutes = in.readBoolean(); in VpnProfile()
271 out.writeBoolean(excludeLocalRoutes); in writeToParcel()
314 final boolean excludeLocalRoutes; in decode()
316 excludeLocalRoutes = Boolean.parseBoolean(values[25]); in decode()
318 excludeLocalRoutes = false; in decode()
[all …]
DVpnConfig.java109 public boolean excludeLocalRoutes = false; field in VpnConfig
137 excludeLocalRoutes = other.excludeLocalRoutes; in VpnConfig()
197 out.writeInt(excludeLocalRoutes ? 1 : 0); in writeToParcel()
226 config.excludeLocalRoutes = in.readInt() != 0;
261 .append(", excludeLocalRoutes=").append(excludeLocalRoutes) in toString()
/frameworks/base/core/java/android/net/
DPlatformVpnProfile.java70 PlatformVpnProfile(@PlatformVpnType int type, boolean excludeLocalRoutes, in PlatformVpnProfile() argument
73 mExcludeLocalRoutes = excludeLocalRoutes; in PlatformVpnProfile()
DIkev2VpnProfile.java160 boolean excludeLocalRoutes, in Ikev2VpnProfile() argument
165 super(type, excludeLocalRoutes, requiresInternetValidation); in Ikev2VpnProfile()
182 if (excludeLocalRoutes && !isBypassable) { in Ikev2VpnProfile()
620 if (profile.excludeLocalRoutes && !profile.isBypassable) { in fromVpnProfile()
624 builder.setLocalRoutesExcluded(profile.excludeLocalRoutes && profile.isBypassable); in fromVpnProfile()
1173 public Builder setLocalRoutesExcluded(boolean excludeLocalRoutes) { in setLocalRoutesExcluded() argument
1174 mExcludeLocalRoutes = excludeLocalRoutes; in setLocalRoutesExcluded()
/frameworks/base/services/tests/VpnTests/java/com/android/internal/net/
DVpnProfileTest.java85 assertFalse(p.excludeLocalRoutes); in testDefaults()
257 assertFalse(decoded.excludeLocalRoutes); in testEncodeDecodeMissingExcludeLocalRoutes()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1595 .setLocalRoutesExcludedForVpn(mConfig.excludeLocalRoutes) in agentConnect()
4192 config.excludeLocalRoutes = profile.excludeLocalRoutes; in startVpnProfilePrivileged()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...