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.java1538 private class IpConflictDetector extends PacketReader { class in DhcpClient
1542 IpConflictDetector(@NonNull Handler handler, @NonNull Inet4Address ipAddress) { in IpConflictDetector() method in DhcpClient.IpConflictDetector
1641 private IpConflictDetector mIpConflictDetector;
1662 mIpConflictDetector = new IpConflictDetector(getHandler(), mTargetIp); in enter()