Home
last modified time | relevance | path

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

/cts/hostsidetests/bootstats/src/android/bootstats/cts/
DBootStatsHostTest.java147 int multiLogStart = log.lastIndexOf(multiActionPattern, counterNameIndex); in testBootStatsForApiLevel29AndBelow() local
148 multiLogStart += multiActionPattern.length(); in testBootStatsForApiLevel29AndBelow()
149 int multiLogEnd = log.indexOf("]", multiLogStart); in testBootStatsForApiLevel29AndBelow()
150 String[] multiLogDataStrings = log.substring(multiLogStart, multiLogEnd).split(","); in testBootStatsForApiLevel29AndBelow()