Home
last modified time | relevance | path

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

/cts/hostsidetests/bootstats/src/android/bootstats/cts/
DBootStatsHostTest.java69 LinkedList<String> expectedAtomHeaders = new LinkedList<>(); in testBootStats() local
72 expectedAtomHeaders.add("Atom " + atom + "->(total count)"); in testBootStats()
76 LinkedList<String> notExistingAtoms = checkAllExpectedAtoms(expectedAtomHeaders); in testBootStats()
82 assertThat(checkAllExpectedAtoms(expectedAtomHeaders)).isEmpty(); in testBootStats()
86 private LinkedList<String> checkAllExpectedAtoms(LinkedList<String> expectedAtomHeaders) in checkAllExpectedAtoms() argument
88 LinkedList<String> notExistingAtoms = new LinkedList<>(expectedAtomHeaders); in checkAllExpectedAtoms()
90 for (String atom : expectedAtomHeaders) { in checkAllExpectedAtoms()