Home
last modified time | relevance | path

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

/cts/hostsidetests/tagging/sdk_30_memtag/src/android/cts/tagging/sdk30memtag/
DTaggingTest.java64 activity.runExternalService(new ComponentName( in testExportedMemtagSyncService()
72 activity.runExternalService(new ComponentName( in testExportedMemtagOffService()
82 activity.runExternalService(new ComponentName( in testExportedMemtagOffService_expectSync()
90 activity.runExternalService(new ComponentName( in testExportedMemtagSyncAppZygoteService()
98 activity.runExternalService(new ComponentName( in testExportedMemtagOffAppZygoteService()
/cts/hostsidetests/tagging/sdk_30/src/android/cts/tagging/sdk30/
DTaggingTest.java188 activity.runExternalService(new ComponentName( in testExportedMemtagSyncService()
196 activity.runExternalService(new ComponentName( in testExportedMemtagOffService()
204 activity.runExternalService(new ComponentName( in testExportedMemtagSyncAppZygoteService()
212 activity.runExternalService(new ComponentName( in testExportedMemtagOffAppZygoteService()
/cts/hostsidetests/tagging/common/src/android/cts/tagging/
DServiceRunnerActivity.java104 public void runExternalService(ComponentName component) throws Exception { in runExternalService() method in ServiceRunnerActivity