Searched refs:allowIPv4 (Results 1 – 5 of 5) sorted by relevance
107 public boolean allowIPv4; field in VpnConfig119 allowIPv4 = true; in updateAllowedFamilies()173 out.writeInt(allowIPv4 ? 1 : 0); in writeToParcel()200 config.allowIPv4 = in.readInt() != 0;233 .append(", allowIPv4=").append(allowIPv4) in toString()
270 boolean allowIPv4 = false, allowIPv6 = false; in registerTestNetworkAgent()281 allowIPv4 = true; in registerTestNetworkAgent()286 if (allowIPv4) { in registerTestNetworkAgent()
1161 boolean allowIPv4 = mConfig.allowIPv4;1171 allowIPv4 |= address.getAddress() instanceof Inet4Address;1180 allowIPv4 |= address instanceof Inet4Address;1189 allowIPv4 |= address instanceof Inet4Address;1196 if (!allowIPv4) {
693 mConfig.allowIPv4 = true; in allowFamily()
76518 Lcom/android/internal/net/VpnConfig;->allowIPv4:Z