Searched refs:invocId (Results 1 – 2 of 2) sorted by relevance
594 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()
689 int invocId, long elapsedTime, final IInvocationContext context) { in logInvocationEndedEvent() argument691 args.put(INVOC_END_EVENT_ID_KEY, Integer.toString(invocId)); in logInvocationEndedEvent()