Searched refs:mLastBoundExitTime (Results 1 – 1 of 1) sorted by relevance
366 private long mLastBoundExitTime; field in DhcpClient1775 mLastBoundExitTime = SystemClock.elapsedRealtime(); in exit()1795 if (mLastBoundExitTime > mLastInitEnterTime) { in logTimeToBoundState()1796 logState(EVENT_RENEWING_BOUND, (int) (now - mLastBoundExitTime)); in logTimeToBoundState()