Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterHostEvent.java82 public String getClusterId() { in getClusterId() method in ClusterHostEvent
213 json.put("cluster", this.getClusterId()); in toJSON()
DClusterCommandScheduler.java566 options.getClusterId(), in fetchHostCommands()
734 .setClusterId(getClusterOptions().getClusterId()) in UploadHostEventWithState()
DIClusterOptions.java30 public String getClusterId(); in getClusterId() method
DClusterOptions.java142 public String getClusterId() { in getClusterId() method in ClusterOptions
DClusterDeviceMonitor.java112 .setClusterId(getClusterOptions().getClusterId()) in dispatch()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterDeviceMonitorTest.java100 Assert.assertEquals("cluster1", hostEvent.getClusterId()); in testDispatch()
DClusterCommandSchedulerTest.java1530 assertEquals(CLUSTER_ID, hostEvent.getClusterId());