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.java2768 private boolean isForegroundNetwork(MockNetworkAgent network) { in isForegroundNetwork() method in ConnectivityServiceTest
2791 assertTrue(isForegroundNetwork(mCellNetworkAgent)); in testBackgroundNetworks()
2803 assertTrue(isForegroundNetwork(mCellNetworkAgent)); in testBackgroundNetworks()
2804 assertTrue(isForegroundNetwork(mWiFiNetworkAgent)); in testBackgroundNetworks()
2812 assertFalse(isForegroundNetwork(mCellNetworkAgent)); in testBackgroundNetworks()
2813 assertTrue(isForegroundNetwork(mWiFiNetworkAgent)); in testBackgroundNetworks()
2829 assertTrue(isForegroundNetwork(mCellNetworkAgent)); in testBackgroundNetworks()
2830 assertTrue(isForegroundNetwork(mWiFiNetworkAgent)); in testBackgroundNetworks()
2838 assertFalse(isForegroundNetwork(mCellNetworkAgent)); in testBackgroundNetworks()
2839 assertTrue(isForegroundNetwork(mWiFiNetworkAgent)); in testBackgroundNetworks()
[all …]