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.java709 int invocId = Integer.parseInt(args.get(1).get(0)); in addDefaultCommands()
710 String info = mScheduler.getInvocationInfo(invocId); in addDefaultCommands()
712 printLine(String.format("invocation %s: %s", invocId, info)); in addDefaultCommands()
716 "No information found for invocation %s.", invocId)); in addDefaultCommands()
726 int invocId = Integer.parseInt(args.get(1).get(0)); in addDefaultCommands()
727 if (mScheduler.stopInvocation(invocId)) { in addDefaultCommands()
732 invocId)); in addDefaultCommands()
738 invocId, invocId)); in addDefaultCommands()
DCommandScheduler.java857 int invocId, long elapsedTime, final IInvocationContext context) { in logInvocationEndedEvent() argument
859 args.put(INVOC_END_EVENT_ID_KEY, Integer.toString(invocId)); in logInvocationEndedEvent()