Searched refs:getResIntConfig (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 614 mMaxRetryTimerMs = getResIntConfig(mContext, in NetworkMonitor() 617 mEvaluatingBandwidthTimeoutMs = getResIntConfig(mContext, in NetworkMonitor() 1728 mRetryBandwidthDelayMs = getResIntConfig(mContext, in enter() 2014 int getResIntConfig(@NonNull final Context context, in getResIntConfig() method in NetworkMonitor 2594 return (contentLength > getResIntConfig(mContext, in matchesHttpContentLength() 2597 contentLength < getResIntConfig(mContext, in matchesHttpContentLength()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 845 assertEquals(100, wnm.getResIntConfig(mContext, in testGetResIntConfig() 847 assertEquals(1000, wnm.getResIntConfig(mContext, in testGetResIntConfig() 855 assertEquals(Integer.MAX_VALUE, wnm.getResIntConfig(mContext, in testGetResIntConfig() 857 assertEquals(0, wnm.getResIntConfig(mContext, in testGetResIntConfig()
|