Searched refs:BW_REFRESH_MIN_WIN_MS (Results 1 – 2 of 2) sorted by relevance
109 private static final long BW_REFRESH_MIN_WIN_MS = 500; field in NetworkAgent471 if (currentTimeMs >= (mLastBwRefreshTime + BW_REFRESH_MIN_WIN_MS)) { in handleMessage()479 long waitTime = mLastBwRefreshTime + BW_REFRESH_MIN_WIN_MS in handleMessage()
44225 Landroid/net/NetworkAgent;->BW_REFRESH_MIN_WIN_MS:J