Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java165 public static final String DHCP_RESTART_CONFIG_DELAY = "dhcp_restart_configuration_delay"; field in DhcpClient
1889 mTimeout = mDependencies.getIntDeviceConfig(DHCP_RESTART_CONFIG_DELAY, 100, in enter()
/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
DIpClientIntegrationTest.java391 mDependencies.setDeviceConfigProperty(DhcpClient.DHCP_RESTART_CONFIG_DELAY, 10);