Searched refs:getDeviceGroup (Results 1 – 4 of 4) sorted by relevance
371 mMockClusterOptions.getDeviceGroup().put("group1", "s1");372 mMockClusterOptions.getDeviceGroup().put("group1", "s2");
36 public MultiMap<String, String> getDeviceGroup(); in getDeviceGroup() method
154 public MultiMap<String, String> getDeviceGroup() { in getDeviceGroup() method in ClusterOptions
541 final MultiMap<String, String> deviceGroups = options.getDeviceGroup(); in fetchHostCommands()