Searched refs:serials (Results 1 – 10 of 10) sorted by relevance
46 def get_instances(serials, ): argument57 for s in serials:
196 def get_instances(serials): argument206 for s in serials:313 serials = [ad.serial for ad in filtered]314 raise ValueError("More than one device matched: %s" % serials)
135 Set<String> serials = new HashSet<String>(); in parseDevices() local144 serials.add(fastbootMatcher.group(1)); in parseDevices()146 return serials; in parseDevices()
137 public void updateFastbootStates(Set<String> serials, boolean isFastbootD) {147 if (serials.contains(serial)) {
451 Collection<String> serials = getSerials(device); in matches() local457 if (!serials.isEmpty() && in matches()458 !serials.contains(device.getSerialNumber())) { in matches()
200 public void addSerialsFromShard(Integer index, List<String> serials); in addSerialsFromShard() argument
358 public void addSerialsFromShard(Integer index, List<String> serials) { in addSerialsFromShard() argument363 mShardSerials.put(index, serials); in addSerialsFromShard()
550 List<String> serials = ArrayUtil.list("deviceSerial0", "deviceSerial1", "deviceSerial2");553 cmd0.setTargetDeviceSerials(serials);556 cmd1.setTargetDeviceSerials(serials);1062 Collection<String> serials =1064 assertTrue(serials.size() == 1 && serials.contains(serial));
1295 List<String> serials = new ArrayList<String>(); in testCreateConfigurationFromArgs_old_config_with_deviceHolder() local1296 serials.add("test"); in testCreateConfigurationFromArgs_old_config_with_deviceHolder()1297 assertEquals(serials, config.getDeviceRequirements().getSerials(null)); in testCreateConfigurationFromArgs_old_config_with_deviceHolder()1299 serials, in testCreateConfigurationFromArgs_old_config_with_deviceHolder()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...