Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java2041 final String invocationName = String.format("Invocation-%s", context.getSerials().get(0)); in startInvocation() local
2043 new InvocationThread(invocationName, context, cmd, listeners); in startInvocation()