Home
last modified time | relevance | path

Searched refs:getDeviceGroup (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java371 mMockClusterOptions.getDeviceGroup().put("group1", "s1");
372 mMockClusterOptions.getDeviceGroup().put("group1", "s2");
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DIClusterOptions.java36 public MultiMap<String, String> getDeviceGroup(); in getDeviceGroup() method
DClusterOptions.java154 public MultiMap<String, String> getDeviceGroup() { in getDeviceGroup() method in ClusterOptions
DClusterCommandScheduler.java541 final MultiMap<String, String> deviceGroups = options.getDeviceGroup(); in fetchHostCommands()