Searched refs:getResIntConfig (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 698 mMaxRetryTimerMs = getResIntConfig(mContext, in NetworkMonitor() 701 mEvaluatingBandwidthTimeoutMs = getResIntConfig(mContext, in NetworkMonitor() 2256 mRetryBandwidthDelayMs = getResIntConfig(mContext, in enter() 2555 int getResIntConfig(@NonNull final Context context, in getResIntConfig() method in NetworkMonitor 3137 return (contentLength > getResIntConfig(mContext, in matchesHttpContentLength() 3140 contentLength < getResIntConfig(mContext, in matchesHttpContentLength()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 1063 assertEquals(100, wnm.getResIntConfig(mContext, in testGetResIntConfig() 1065 assertEquals(1000, wnm.getResIntConfig(mContext, in testGetResIntConfig() 1073 assertEquals(Integer.MAX_VALUE, wnm.getResIntConfig(mContext, in testGetResIntConfig() 1075 assertEquals(0, wnm.getResIntConfig(mContext, in testGetResIntConfig()
|