Searched refs:mMaxRetryTimerMs (Results 1 – 1 of 1) sorted by relevance
504 private final int mMaxRetryTimerMs; field in NetworkMonitor698 mMaxRetryTimerMs = getResIntConfig(mContext, in NetworkMonitor()2292 if (mRetryBandwidthDelayMs > mMaxRetryTimerMs) { in scheduleReevaluatingBandwidth()2293 mRetryBandwidthDelayMs = mMaxRetryTimerMs; in scheduleReevaluatingBandwidth()