Searched refs:mMaxRetryTimerMs (Results 1 – 1 of 1) sorted by relevance
443 private final int mMaxRetryTimerMs; field in NetworkMonitor614 mMaxRetryTimerMs = getResIntConfig(mContext, in NetworkMonitor()1764 if (mRetryBandwidthDelayMs > mMaxRetryTimerMs) { in scheduleReevaluatingBandwidth()1765 mRetryBandwidthDelayMs = mMaxRetryTimerMs; in scheduleReevaluatingBandwidth()