Home
last modified time | relevance | path

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

/cts/hostsidetests/bootstats/src/android/bootstats/cts/
DBootStatsHostTest.java139 final String counterNamePattern = counterNameTag + ",boot_complete,"; in testBootStatsForApiLevel29AndBelow() local
144 int counterNameIndex = log.indexOf(counterNamePattern); in testBootStatsForApiLevel29AndBelow()