Home
last modified time | relevance | path

Searched refs:needEvaluatingBandwidth (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java703 assertFalse(wnm1.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
709 assertFalse(wnm1.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
714 assertFalse(wnm1.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
720 assertTrue(wnm2.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
724 assertFalse(wnm2.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
730 assertFalse(wnm2.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
735 assertFalse(wnm2.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1451 if (needEvaluatingBandwidth()) { in processMessage()
1811 boolean needEvaluatingBandwidth() { in needEvaluatingBandwidth() method in NetworkMonitor