Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterHostEvent.java110 public String getLabName() { in getLabName() method in ClusterHostEvent
223 if (this.getLabName() != null) json.put("lab_name", this.getLabName()); in toJSON()
DIClusterOptions.java75 public String getLabName(); in getLabName() method
DClusterOptions.java311 public String getLabName() { in getLabName() method in ClusterOptions
DClusterDeviceMonitor.java114 .setLabName(getClusterOptions().getLabName()); in dispatch()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterDeviceMonitorTest.java102 Assert.assertEquals("lab1", hostEvent.getLabName()); in testDispatch()