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