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.java682 assertFalse(wnm1.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
688 assertFalse(wnm1.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
693 assertFalse(wnm1.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
699 assertTrue(wnm2.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
703 assertFalse(wnm2.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
709 assertFalse(wnm2.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
714 assertFalse(wnm2.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1425 if (needEvaluatingBandwidth()) { in processMessage()
1775 boolean needEvaluatingBandwidth() { in needEvaluatingBandwidth() method in NetworkMonitor