Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java594 int invocId = Integer.parseInt(args.get(1).get(0)); in addDefaultCommands()
595 String info = mScheduler.getInvocationInfo(invocId); in addDefaultCommands()
597 printLine(String.format("invocation %s: %s", invocId, info)); in addDefaultCommands()
600 invocId)); in addDefaultCommands()
607 int invocId = Integer.parseInt(args.get(1).get(0)); in addDefaultCommands()
608 if (mScheduler.stopInvocation(invocId)) { in addDefaultCommands()
611 invocId)); in addDefaultCommands()
615 invocId, invocId)); in addDefaultCommands()
DCommandScheduler.java689 int invocId, long elapsedTime, final IInvocationContext context) { in logInvocationEndedEvent() argument
691 args.put(INVOC_END_EVENT_ID_KEY, Integer.toString(invocId)); in logInvocationEndedEvent()