Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
H A DIpClientIntegrationTestCommon.java793 .withoutIPv6();
1394 .withoutIPv6()
1445 .withoutIPv6()
1987 .withoutIPv6()
2757 .withoutIPv6();
2920 if (!hasIpv6) prov.withoutIPv6();
3018 .withoutIPv6();
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
H A DProvisioningConfiguration.java102 public Builder withoutIPv6() { in withoutIPv6() method in ProvisioningConfiguration.Builder