Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java350 private long mLastBoundExitTime; field in DhcpClient
1715 mLastBoundExitTime = SystemClock.elapsedRealtime(); in exit()
1735 if (mLastBoundExitTime > mLastInitEnterTime) { in logTimeToBoundState()
1736 logState(EVENT_RENEWING_BOUND, (int) (now - mLastBoundExitTime)); in logTimeToBoundState()