Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/net/
H A DVpnProfile.java152 public final boolean excludeLocalRoutes; // 25 field in VpnProfile
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()
353 excludeLocalRoutes, requiresInternetValidation, tempIkeTunConnParams, in decode()
465 builder.append(VALUE_DELIMITER).append(excludeLocalRoutes); in encode()
561 isRestrictedToTestNetworks, excludeLocalRoutes, requiresInternetValidation, in hashCode()
[all …]
H A 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()
/aosp14/frameworks/base/core/java/android/net/
H A DPlatformVpnProfile.java70 PlatformVpnProfile(@PlatformVpnType int type, boolean excludeLocalRoutes, in PlatformVpnProfile() argument
73 mExcludeLocalRoutes = excludeLocalRoutes; in PlatformVpnProfile()
H A 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()
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java1744 .setLocalRoutesExcludedForVpn(mConfig.excludeLocalRoutes) in agentConnect()
4786 config.excludeLocalRoutes = profile.excludeLocalRoutes; in startVpnProfilePrivileged()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...