Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java110 public void addAllocatedDevice(Map<String, ITestDevice> deviceWithName) { in addAllocatedDevice() argument
111 mNameAndDeviceMap.putAll(deviceWithName); in addAllocatedDevice()
113 for (Entry<String, ITestDevice> entry : deviceWithName.entrySet()) { in addAllocatedDevice()
DIInvocationContext.java68 public void addAllocatedDevice(Map<String, ITestDevice> deviceWithName); in addAllocatedDevice() argument