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.java142 Matcher fastbootMatcher = fastbootPattern.matcher(fastbootOutput); in parseDevices() local
143 while (fastbootMatcher.find()) { in parseDevices()
144 serials.add(fastbootMatcher.group(1)); in parseDevices()