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