Searched refs:getDeviceSerials (Results 1 – 2 of 2) sorted by relevance
103 public Set<String> getDeviceSerials() { in getDeviceSerials() method in ClusterCommandEvent221 if (!this.getDeviceSerials().isEmpty()) { in toJSON()222 json.put("device_serial", this.getDeviceSerials().iterator().next()); in toJSON()224 json.put("device_serials", new JSONArray(this.getDeviceSerials())); in toJSON()
129 && ClusterCommandSchedulerTest.deviceSerials.equals(event.getDeviceSerials()) in eventMatches()809 && deviceSerials.equals(event.getDeviceSerials());