Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java646 static final String CONFIG_IPV6_AUTOCONF_TIMEOUT = "ipclient_ipv6_autoconf_timeout"; field in IpClient
2191 + mDependencies.getDeviceConfigPropertyInt(CONFIG_IPV6_AUTOCONF_TIMEOUT, in handleLinkPropertiesUpdate()
/packages/modules/NetworkStack/tests/integration/common/android/net/ip/
DIpClientIntegrationTestCommon.java41 import static android.net.ip.IpClient.CONFIG_IPV6_AUTOCONF_TIMEOUT;
786 setDeviceConfigProperty(IpClient.CONFIG_IPV6_AUTOCONF_TIMEOUT, timeout /* default value */);
838 setDeviceConfigProperty(CONFIG_IPV6_AUTOCONF_TIMEOUT, 500);