Home
last modified time | relevance | path

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

/cts/hostsidetests/bootstats/src/android/bootstats/cts/
DBootStatsHostTest.java144 int counterNameIndex = log.indexOf(counterNamePattern); in testBootStatsForApiLevel29AndBelow() local
145 Assert.assertTrue("did not find boot logs", counterNameIndex != -1); in testBootStatsForApiLevel29AndBelow()
147 int multiLogStart = log.lastIndexOf(multiActionPattern, counterNameIndex); in testBootStatsForApiLevel29AndBelow()