Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java914 final Intent launchIntent = getIntentForComponent(type); in launchComponentAndAssertNetworkAccess()
938 final Intent launchIntent = getIntentForComponent(TYPE_COMPONENT_FOREGROUND_SERVICE); in startForegroundService()
943 private Intent getIntentForComponent(int type) { in getIntentForComponent() method in AbstractRestrictBackgroundNetworkTestCase