Searched refs:fastbootMatcher (Results 1 – 1 of 1) sorted by relevance
175 Matcher fastbootMatcher = fastbootPattern.matcher(fastbootOutput); in parseDevices() local176 while (fastbootMatcher.find()) { in parseDevices()177 serials.add(fastbootMatcher.group(1)); in parseDevices()