Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java813 Matcher matcherNow = LOGCAT_STATISTICS_NOW_PATTERN.matcher(outputList[0]); in extractLogcatInfo() local
816 boolean nowFound = matcherNow.find(); in extractLogcatInfo()
836 - Integer.valueOf(matcherNow.group(i * 2 - 1).trim()))); in extractLogcatInfo()