Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java127 private ClusterOptions mMockClusterOptions;
150 mMockClusterOptions = new ClusterOptions(); in setUp()
DClusterDeviceMonitorTest.java57 mClusterOptions = new ClusterOptions(); in setUp()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterOptions.java36 public class ClusterOptions implements IClusterOptions { class
DClusterHostUtil.java219 .getConfigurationObject(ClusterOptions.TYPE_NAME); in getClusterOptions()
DClusterClient.java345 .getConfigurationObject(ClusterOptions.TYPE_NAME); in getClusterOptions()