Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DIInvocationContext.java52 public int getNumDevicesAllocated(); in getNumDevicesAllocated() method
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java93 public int getNumDevicesAllocated() { in getNumDevicesAllocated() method in InvocationContext
DTestInvocation.java511 InvocationMetricKey.DEVICE_COUNT, context.getNumDevicesAllocated()); in performInvocation()