Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractBatterySaverModeTestCase.java90 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_ACTIVTIY); in testBackgroundNetworkAccess_enabled()
106 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_FOREGROUND_SERVICE); in testBackgroundNetworkAccess_enabled()
DAbstractAppIdleTestCase.java86 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_ACTIVTIY); in testBackgroundNetworkAccess_enabled()
95 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_FOREGROUND_SERVICE); in testBackgroundNetworkAccess_enabled()
DAbstractDozeModeTestCase.java91 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_FOREGROUND_SERVICE); in testBackgroundNetworkAccess_enabled()
167 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_FOREGROUND_SERVICE); in assertsForegroundAlwaysHasNetworkAccess()
DDataSaverModeTest.java138 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_ACTIVTIY); in testGetRestrictBackgroundStatus_enabled()
154 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_FOREGROUND_SERVICE); in testGetRestrictBackgroundStatus_enabled()
DAbstractRestrictBackgroundNetworkTestCase.java275 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_ACTIVTIY); in assertsForegroundAlwaysHasNetworkAccess()
279 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_FOREGROUND_SERVICE); in assertsForegroundAlwaysHasNetworkAccess()
904 protected void launchComponentAndAssertNetworkAccess(int type) throws Exception { in launchComponentAndAssertNetworkAccess() method in AbstractRestrictBackgroundNetworkTestCase