Searched refs:getDeviceName (Results 1 – 10 of 10) sorted by relevance
55 assertNull(mContext.getDeviceName(device1)); in testGetDeviceName()57 assertEquals("test1", mContext.getDeviceName(device1)); in testGetDeviceName()58 assertNull(mContext.getDeviceName(device2)); in testGetDeviceName()
58 String deviceName = mContext.getDeviceName(mContext.getDevices().get(0)); in addMetric()79 String deviceName = mContext.getDeviceName(device); in addMetricForDevice()
66 public String getDeviceName() { in getDeviceName() method in DeviceConfigurationHolder170 IDeviceConfiguration newDeviceConfig = new DeviceConfigurationHolder(getDeviceName()); in clone()
33 public String getDeviceName(); in getDeviceName() method
428 if (deviceHolder.getDeviceName().equals(nameDevice)) { in getDeviceConfigByName()1239 serializer.attribute(null, "name", deviceConfig.getDeviceName()); in dumpXml()
586 ((IDeviceConfiguration)objectSource).getDeviceName()); in makeOptionMap()
104 public String getDeviceName(ITestDevice device); in getDeviceName() method
254 public String getDeviceName(ITestDevice device) { in getDeviceName() method in InvocationContext
201 res.put(holder.getDeviceName(), preparers); in clonePreparersMap()
353 res.put(holder.getDeviceName(), preparers); in getPreparerPerDevice()