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