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.java98 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_ACTIVTIY); in testBackgroundNetworkAccess_enabled()
114 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()
DAbstractAppIdleTestCase.java86 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_ACTIVTIY); in testBackgroundNetworkAccess_enabled()
95 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_FOREGROUND_SERVICE); in testBackgroundNetworkAccess_enabled()
DDataSaverModeTest.java122 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_ACTIVTIY); in testGetRestrictBackgroundStatus_enabled()
138 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_FOREGROUND_SERVICE); in testGetRestrictBackgroundStatus_enabled()
DAbstractRestrictBackgroundNetworkTestCase.java330 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_ACTIVTIY); in assertsForegroundAlwaysHasNetworkAccess()
334 launchComponentAndAssertNetworkAccess(TYPE_COMPONENT_FOREGROUND_SERVICE); in assertsForegroundAlwaysHasNetworkAccess()
1042 protected void launchComponentAndAssertNetworkAccess(int type) throws Exception { in launchComponentAndAssertNetworkAccess() method in AbstractRestrictBackgroundNetworkTestCase