Searched refs:getDeviceSerials (Results 1 – 2 of 2) sorted by relevance
98 public Set<String> getDeviceSerials() { in getDeviceSerials() method in ClusterCommandEvent216 if (!this.getDeviceSerials().isEmpty()) { in toJSON()217 json.put("device_serial", this.getDeviceSerials().iterator().next()); in toJSON()219 json.put("device_serials", new JSONArray(this.getDeviceSerials())); in toJSON()
597 && deviceSerials.equals(actual.getDeviceSerials())