Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java3407 private boolean isForegroundNetwork(MockNetworkAgent network) { in isForegroundNetwork() method in ConnectivityServiceTest
3430 assertTrue(isForegroundNetwork(mCellNetworkAgent)); in testBackgroundNetworks()
3442 assertTrue(isForegroundNetwork(mCellNetworkAgent)); in testBackgroundNetworks()
3443 assertTrue(isForegroundNetwork(mWiFiNetworkAgent)); in testBackgroundNetworks()
3451 assertFalse(isForegroundNetwork(mCellNetworkAgent)); in testBackgroundNetworks()
3452 assertTrue(isForegroundNetwork(mWiFiNetworkAgent)); in testBackgroundNetworks()
3468 assertTrue(isForegroundNetwork(mCellNetworkAgent)); in testBackgroundNetworks()
3469 assertTrue(isForegroundNetwork(mWiFiNetworkAgent)); in testBackgroundNetworks()
3477 assertFalse(isForegroundNetwork(mCellNetworkAgent)); in testBackgroundNetworks()
3478 assertTrue(isForegroundNetwork(mWiFiNetworkAgent)); in testBackgroundNetworks()
[all …]