Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java967 public void expectAddRequestsWithScores(final int... scores) { in expectAddRequestsWithScores() method in ConnectivityServiceTest.MockNetworkFactory
2353 testFactory.expectAddRequestsWithScores(0); in tryNetworkFactoryRequests()
2364 testFactory.expectAddRequestsWithScores(0); // New request in tryNetworkFactoryRequests()
2384 testFactory.expectAddRequestsWithScores(makeIntArray(expectedRequestCount, 50)); in tryNetworkFactoryRequests()
2392 testFactory.expectAddRequestsWithScores(makeIntArray(10, 50)); in tryNetworkFactoryRequests()
2416 testFactory.expectAddRequestsWithScores(makeIntArray(expectedRequestCount, 0)); in tryNetworkFactoryRequests()
2462 testFactory.expectAddRequestsWithScores(0); in testNetworkFactoryUnregister()
3479 testFactory.expectAddRequestsWithScores(0); // Score 0 as the request is not served yet. in testMobileDataAlwaysOn()
3487 testFactory.expectAddRequestsWithScores(20, 60); in testMobileDataAlwaysOn()
3495 testFactory.expectAddRequestsWithScores(0); // Always on requests comes up with score 0 in testMobileDataAlwaysOn()
[all …]