Home
last modified time | relevance | path

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

/cts/hostsidetests/bootstats/src/android/bootstats/cts/
DBootStatsHostTest.java76 LinkedList<String> notExistingAtoms = checkAllExpectedAtoms(expectedAtomHeaders); in testBootStats()
82 assertThat(checkAllExpectedAtoms(expectedAtomHeaders)).isEmpty(); in testBootStats()
86 private LinkedList<String> checkAllExpectedAtoms(LinkedList<String> expectedAtomHeaders) in checkAllExpectedAtoms() method in BootStatsHostTest