Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java301 private List<TetheredClient> mDhcpLeases = Collections.emptyList(); field in IpServer
418 return Collections.unmodifiableList(mDhcpLeases); in getAllLeases()
556 mDhcpLeases = leases; in onLeasesChanged()
634 mDhcpLeases.clear(); in stopDhcp()