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/
DIClusterOptions.java30 public String getClusterId(); in getClusterId() method
DClusterHostEvent.java82 public String getClusterId() { in getClusterId() method in ClusterHostEvent
213 json.put("cluster", this.getClusterId()); in toJSON()
DClusterOptions.java142 public String getClusterId() { in getClusterId() method in ClusterOptions
DClusterDeviceMonitor.java111 .setClusterId(getClusterOptions().getClusterId()) in dispatch()
DClusterCommandScheduler.java566 options.getClusterId(), in fetchHostCommands()
733 .setClusterId(getClusterOptions().getClusterId()) in UploadHostEventWithState()
/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());