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.java101 public void addAllocatedDevice(Map<String, ITestDevice> deviceWithName) { in addAllocatedDevice() argument
102 mNameAndDeviceMap.putAll(deviceWithName); in addAllocatedDevice()
104 for (Entry<String, ITestDevice> entry : deviceWithName.entrySet()) { in addAllocatedDevice()
DIInvocationContext.java62 public void addAllocatedDevice(Map<String, ITestDevice> deviceWithName); in addAllocatedDevice() argument