Home
last modified time | relevance | path

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

/cts/hostsidetests/tagging/common/src/android/cts/tagging/
DServiceRunnerActivity.java107 runServiceCommon(intent, true); in runExternalService()
112 runServiceCommon(intent, false); in runService()
115 void runServiceCommon(Intent intent, boolean external) throws Exception { in runServiceCommon() method in ServiceRunnerActivity