Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DAbstractRestrictBackgroundNetworkTestCase.java816 final Intent launchIntent = getIntentForComponent(type); in launchComponentAndAssertNetworkAccess()
882 final Intent launchIntent = getIntentForComponent(TYPE_COMPONENT_FOREGROUND_SERVICE); in startForegroundService()
887 private Intent getIntentForComponent(int type) { in getIntentForComponent() method in AbstractRestrictBackgroundNetworkTestCase