Searched refs:ClusterDeviceInfo (Results 1 – 7 of 7) sorted by relevance
34 private List<ClusterDeviceInfo> mDeviceInfos = new ArrayList<>();101 public List<ClusterDeviceInfo> getDeviceInfos() { in getDeviceInfos()126 private List<ClusterDeviceInfo> mDeviceInfos = new ArrayList<ClusterDeviceInfo>();153 public Builder addDeviceInfo(final ClusterDeviceInfo deviceInfo) { in addDeviceInfo()158 public Builder addDeviceInfos(List<ClusterDeviceInfo> deviceInfos) { in addDeviceInfos()217 for (ClusterDeviceInfo d : this.getDeviceInfos()) { in toJSON()
28 public class ClusterDeviceInfo { class34 private ClusterDeviceInfo( in ClusterDeviceInfo() method in ClusterDeviceInfo90 public ClusterDeviceInfo build() { in build()91 final ClusterDeviceInfo deviceInfo = in build()92 new ClusterDeviceInfo(mDeviceDescriptor, mRunTarget, mGroupName, mExtraInfo); in build()
58 final List<ClusterDeviceInfo> devices, in leaseHostCommands()
129 final ClusterDeviceInfo.Builder deviceBuilder = new ClusterDeviceInfo.Builder(); in dispatch()
98 final List<ClusterDeviceInfo> deviceInfos, in leaseHostCommands()117 for (ClusterDeviceInfo d : deviceInfos) { in leaseHostCommands()
664 List<ClusterDeviceInfo> deviceInfos = new LinkedList<>(); in fetchHostCommands()668 ClusterDeviceInfo deviceInfo = in fetchHostCommands()669 new ClusterDeviceInfo.Builder() in fetchHostCommands()
158 ClusterDeviceInfo device = hostEvent.getDeviceInfos().get(0); in testDispatch()268 ClusterDeviceInfo device = hostEvent.getDeviceInfos().get(0); in testDeviceExtraInfo()