Searched refs:allowIPv4 (Results 1 – 4 of 4) sorted by relevance
105 public boolean allowIPv4; field in VpnConfig133 allowIPv4 = other.allowIPv4; in VpnConfig()193 out.writeInt(allowIPv4 ? 1 : 0); in writeToParcel()222 config.allowIPv4 = in.readInt() != 0;257 .append(", allowIPv4=").append(allowIPv4) in toString()
771 mConfig.allowIPv4 = true; in allowFamily()
1466 boolean allowIPv4 = mConfig.allowIPv4; in makeLinkProperties()1477 allowIPv4 |= address.getAddress() instanceof Inet4Address; in makeLinkProperties()1489 allowIPv4 |= address instanceof Inet4Address; in makeLinkProperties()1500 allowIPv4 |= address instanceof Inet4Address; in makeLinkProperties()1507 if (!allowIPv4) { in makeLinkProperties()
72552 Lcom/android/internal/net/VpnConfig;->allowIPv4:Z