Home
last modified time | relevance | path

Searched refs:fastbootMatcher (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DFastbootHelper.java175 Matcher fastbootMatcher = fastbootPattern.matcher(fastbootOutput); in parseDevices() local
176 while (fastbootMatcher.find()) { in parseDevices()
177 serials.add(fastbootMatcher.group(1)); in parseDevices()