Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DWifiHelper.java627 Matcher resultMatcher = RESULT_PAT.matcher(line); in processNewLines() local
628 if (resultMatcher.matches()) { in processNewLines()
629 mResult = resultMatcher.group(1); in processNewLines()