Searched refs:runExternalService (Results 1 – 3 of 3) sorted by relevance
64 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()
188 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()
104 public void runExternalService(ComponentName component) throws Exception { in runExternalService() method in ServiceRunnerActivity