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.java197 public static final String ARP_FIRST_ANNOUNCE_DELAY_MS = "arp_first_announce_delay"; field in DhcpClient
1732 mArpFirstAnnounceDelayMs = mDependencies.getIntDeviceConfig(ARP_FIRST_ANNOUNCE_DELAY_MS, in readIpConflictParametersFromDeviceConfig()
/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
DIpClientIntegrationTestCommon.java527 mDependencies.setDeviceConfigProperty(DhcpClient.ARP_FIRST_ANNOUNCE_DELAY_MS, 10);