Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java191 public static final String ARP_FIRST_ANNOUNCE_DELAY_MS = "arp_first_announce_delay"; field in DhcpClient
1672 mArpFirstAnnounceDelayMs = mDependencies.getIntDeviceConfig(ARP_FIRST_ANNOUNCE_DELAY_MS, in readIpConflictParametersFromDeviceConfig()
/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
DIpClientIntegrationTest.java394 mDependencies.setDeviceConfigProperty(DhcpClient.ARP_FIRST_ANNOUNCE_DELAY_MS, 10);