Home
last modified time | relevance | path

Searched refs:getClusterOptions (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterDeviceMonitor.java79 ClusterHostUtil.getClusterOptions() in run()
94 IClusterOptions getClusterOptions() { in getClusterOptions() method in ClusterDeviceMonitor.EventDispatcher
96 mClusterOptions = ClusterHostUtil.getClusterOptions(); in getClusterOptions()
112 .setClusterId(getClusterOptions().getClusterId()) in dispatch()
113 .setNextClusterIds(getClusterOptions().getNextClusterIds()) in dispatch()
114 .setLabName(getClusterOptions().getLabName()); in dispatch()
122 String runTargetFormat = getClusterOptions().getRunTargetFormat(); in dispatch()
126 device, runTargetFormat, getClusterOptions().getDeviceTag())); in dispatch()
151 if (ClusterHostUtil.getClusterOptions().isDeviceMonitorDisabled()) { in run()
DClusterCommandScheduler.java180 if (!getClusterOptions().shouldUploadInvocationStatus()) { in updateInvocationStatus()
350 if (getClusterOptions().shouldCollectEarlyTestSummary()) { in putEarlySummary()
375 getClusterOptions().getInvocationHeartbeatInterval(), in startHeartbeat()
384 if (getClusterOptions().checkCommandState()) { in run()
496 String runTargetFormat = getClusterOptions().getRunTargetFormat(); in getDevices()
499 device, runTargetFormat, getClusterOptions().getDeviceTag()); in getDevices()
514 final IClusterOptions options = getClusterOptions(); in getAvailableFlashingPermits()
540 final IClusterOptions options = getClusterOptions(); in fetchHostCommands()
712 IClusterOptions getClusterOptions() { in getClusterOptions() method in ClusterCommandScheduler
714 mClusterOptions = ClusterHostUtil.getClusterOptions(); in getClusterOptions()
[all …]
DClusterClient.java330 String baseUrl = getClusterOptions().getServiceUrl(); in getApiHelper()
340 IClusterOptions getClusterOptions() { in getClusterOptions() method in ClusterClient
DClusterHostUtil.java215 public static IClusterOptions getClusterOptions() { in getClusterOptions() method in ClusterHostUtil
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java166 public IClusterOptions getClusterOptions() { in setUp()
180 public IClusterOptions getClusterOptions() { in setUp()
841 public IClusterOptions getClusterOptions() {
880 public IClusterOptions getClusterOptions() {
DClusterDeviceMonitorTest.java75 public IClusterOptions getClusterOptions() { in setUp()