Home
last modified time | relevance | path

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

/cts/hostsidetests/bootstats/src/android/bootstats/cts/
DBootStatsHostTest.java91 int atomIndex = log.indexOf(atom); in checkAllExpectedAtoms() local
92 if (atomIndex < 0) { in checkAllExpectedAtoms()
95 int numberOfEvents = getIntValue(log, atomIndex + atom.length()); in checkAllExpectedAtoms()