Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java180 private static final Pattern LOGCAT_STATISTICS_TOTAL_PATTERN = field in BootTimeTest
812 Matcher matcherTotal = LOGCAT_STATISTICS_TOTAL_PATTERN.matcher(outputList[0]); in extractLogcatInfo()