Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java89 public void addAllocatedDevice(String devicename, ITestDevice testDevice) { in addAllocatedDevice() argument
90 mNameAndDeviceMap.put(devicename, testDevice); in addAllocatedDevice()
92 if (mNameAndBuildinfoMap.get(devicename) != null) { in addAllocatedDevice()
93 mAllocatedDeviceAndBuildMap.put(testDevice, mNameAndBuildinfoMap.get(devicename)); in addAllocatedDevice()