Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraSettingsTest.java189 Matcher actualMatcher = ACTUAL_LOOP_COUNT_PATTERN.matcher(line); in parseOutputFile() local
190 if (actualMatcher.matches()) { in parseOutputFile()
191 actualCount = 1 + Integer.valueOf(actualMatcher.group(3)); in parseOutputFile()