Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/
DInvocationLocalTest.java37 private final AtomicInteger nextInvocationId = new AtomicInteger(); field in InvocationLocalTest
101 String name = "invocation" + nextInvocationId.getAndIncrement(); in invocation()