Searched refs:fastbootPattern (Results 1 – 1 of 1) sorted by relevance
169 Pattern fastbootPattern = null; in parseDevices() local171 fastbootPattern = Pattern.compile("([\\w\\d-]+)\\s+fastbootd\\s*"); in parseDevices()173 fastbootPattern = Pattern.compile("([\\w\\d-]+)\\s+fastboot\\s*"); in parseDevices()175 Matcher fastbootMatcher = fastbootPattern.matcher(fastbootOutput); in parseDevices()