Searched refs:mDhcpLeaseExpiry (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpClient.java194 private long mDhcpLeaseExpiry; field in class:DhcpClient
437 if (mDhcpLeaseExpiry == 0) {
449 final long remainingDelay = mDhcpLeaseExpiry - now;
478 mDhcpLeaseExpiry = 0;
652 mDhcpLeaseExpiry =

Completed in 321 milliseconds