Searched refs:counterNameIndex (Results 1 – 1 of 1) sorted by relevance
144 int counterNameIndex = log.indexOf(counterNamePattern); in testBootStatsForApiLevel29AndBelow() local145 Assert.assertTrue("did not find boot logs", counterNameIndex != -1); in testBootStatsForApiLevel29AndBelow()147 int multiLogStart = log.lastIndexOf(multiActionPattern, counterNameIndex); in testBootStatsForApiLevel29AndBelow()