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.java651 private void startInvocation( in startInvocation() method in TestInvocation
662 private void startInvocation( in startInvocation() method in TestInvocation
664 startInvocation(config, context, listener, null, false); in startInvocation()
946 startInvocation(config, testInfo.getContext(), listener); in invokeFetchBuild()
1007 startInvocation(config, context, listener); in invokeRemoteDynamic()
1260 startInvocation(config, info.getContext(), listener); in invoke()
1303 startInvocation(config, info.getContext(), listener); in invoke()
1335 startInvocation(config, context, listener); in invoke()
1376 startInvocation(config, context, listener); in invoke()
1406 startInvocation(config, context, listener); in invoke()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1352 startInvocation( in processReadyCommands()
1901 startInvocation(context, execCmd, listener, new FreeDeviceHandler(manager)); in execCommand()
1904 startInvocation(context, execCmd, listener, new FreeNullDeviceHandler(manager)); in execCommand()
2023 private void startInvocation( in startInvocation() method in CommandScheduler