Searched refs:deviceList (Results 1 – 2 of 2) sorted by relevance
89 void load(Collection<Device> deviceList) throws IOException { in load() argument92 load(file, deviceList); in load()116 void load(File file, Collection<Device> deviceList) throws IOException { in load() argument127 mProject, element, deviceList); in load()
172 @NonNull Collection<Device> deviceList) { in fromXml() argument225 for (Device d : deviceList) { in fromXml()