Searched refs:mAllocatedDeviceAndBuildMap (Results 1 – 1 of 1) sorted by relevance
44 private transient Map<ITestDevice, IBuildInfo> mAllocatedDeviceAndBuildMap; field in InvocationContext70 mAllocatedDeviceAndBuildMap = new LinkedHashMap<ITestDevice, IBuildInfo>(); in InvocationContext()82 return mAllocatedDeviceAndBuildMap.size(); in getNumDevicesAllocated()93 mAllocatedDeviceAndBuildMap.put(testDevice, mNameAndBuildinfoMap.get(devicename)); in addAllocatedDevice()106 mAllocatedDeviceAndBuildMap.put( in addAllocatedDevice()117 return mAllocatedDeviceAndBuildMap; in getDeviceBuildMap()180 mAllocatedDeviceAndBuildMap.put(getDevice(deviceName), buildinfo); in addDeviceBuildInfo()188 return mAllocatedDeviceAndBuildMap.get(testDevice); in getBuildInfo()340 mAllocatedDeviceAndBuildMap = new LinkedHashMap<ITestDevice, IBuildInfo>(); in readObject()