Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java665 private void startInvocation( in startInvocation() method in TestInvocation
676 private void startInvocation( in startInvocation() method in TestInvocation
678 startInvocation(config, context, listener, null, false); in startInvocation()
960 startInvocation(config, testInfo.getContext(), listener); in invokeFetchBuild()
1017 startInvocation(config, context, listener); in invokeRemoteDynamic()
1295 startInvocation(config, info.getContext(), listener); in invoke()
1344 startInvocation(config, info.getContext(), listener); in invoke()
1376 startInvocation(config, context, listener); in invoke()
1417 startInvocation(config, context, listener); in invoke()
1447 startInvocation(config, context, listener); in invoke()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1361 startInvocation( in processReadyCommands()
1910 startInvocation(context, execCmd, listener, new FreeDeviceHandler(manager)); in execCommand()
1913 startInvocation(context, execCmd, listener, new FreeNullDeviceHandler(manager)); in execCommand()
2032 private void startInvocation( in startInvocation() method in CommandScheduler