Searched refs:getResIntConfig (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 612 mMaxRetryTimerMs = getResIntConfig(mContext, in NetworkMonitor() 615 mEvaluatingBandwidthTimeoutMs = getResIntConfig(mContext, in NetworkMonitor() 1692 mRetryBandwidthDelayMs = getResIntConfig(mContext, in enter() 1978 int getResIntConfig(@NonNull final Context context, in getResIntConfig() method in NetworkMonitor 2549 return (contentLength > getResIntConfig(mContext, in matchesHttpContentLength() 2552 contentLength < getResIntConfig(mContext, in matchesHttpContentLength()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 824 assertEquals(100, wnm.getResIntConfig(mContext, in testGetResIntConfig() 826 assertEquals(1000, wnm.getResIntConfig(mContext, in testGetResIntConfig() 834 assertEquals(Integer.MAX_VALUE, wnm.getResIntConfig(mContext, in testGetResIntConfig() 836 assertEquals(0, wnm.getResIntConfig(mContext, in testGetResIntConfig()
|