Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java1439 private class IpConflictDetector extends PacketReader { class in DhcpClient
1443 IpConflictDetector(@NonNull Handler handler, @NonNull Inet4Address ipAddress) { in IpConflictDetector() method in DhcpClient.IpConflictDetector
1543 private IpConflictDetector mIpConflictDetector;
1564 mIpConflictDetector = new IpConflictDetector(getHandler(), mTargetIp); in enter()