Home
last modified time | relevance | path

Searched refs:automaticIpVersionSelectionEnabled (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/net/
H A DVpnProfile.java156 public final boolean automaticIpVersionSelectionEnabled; // 29 field in VpnProfile
179 boolean automaticIpVersionSelectionEnabled) { in VpnProfile() argument
186 this.automaticIpVersionSelectionEnabled = automaticIpVersionSelectionEnabled; in VpnProfile()
223 automaticIpVersionSelectionEnabled = in.readBoolean(); in VpnProfile()
276 out.writeBoolean(automaticIpVersionSelectionEnabled); in writeToParcel()
343 final boolean automaticIpVersionSelectionEnabled; in decode()
346 automaticIpVersionSelectionEnabled = Boolean.parseBoolean(values[29]); in decode()
349 automaticIpVersionSelectionEnabled = false; in decode()
479 builder.append(VALUE_DELIMITER).append(automaticIpVersionSelectionEnabled); in encode()
563 automaticIpVersionSelectionEnabled); in hashCode()
[all …]
/aosp14/frameworks/base/core/java/android/net/
H A DIkev2VpnProfile.java164 boolean automaticIpVersionSelectionEnabled) { in Ikev2VpnProfile() argument
193 mAutomaticIpVersionSelectionEnabled = automaticIpVersionSelectionEnabled; in Ikev2VpnProfile()
628 builder.setAutomaticIpVersionSelectionEnabled(profile.automaticIpVersionSelectionEnabled); in fromVpnProfile()