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.java919 assertFalse(wnm1.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
925 assertFalse(wnm1.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
930 assertFalse(wnm1.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
936 assertTrue(wnm2.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
940 assertFalse(wnm2.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
946 assertFalse(wnm2.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
951 assertFalse(wnm2.needEvaluatingBandwidth()); in testNeedEvaluatingBandwidth()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1789 if (needEvaluatingBandwidth()) { in transitionToPrivateDnsEvaluationSuccessState()
2339 boolean needEvaluatingBandwidth() { in needEvaluatingBandwidth() method in NetworkMonitor