Home
last modified time | relevance | path

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

/cts/hostsidetests/bootstats/src/android/bootstats/cts/
DBootStatsHostTest.java76 LinkedList<String> notExistingAtoms = checkAllExpectedAtoms(expectedAtomHeaders); in testBootStats() local
77 if (notExistingAtoms.isEmpty()) { in testBootStats()
88 LinkedList<String> notExistingAtoms = new LinkedList<>(expectedAtomHeaders); in checkAllExpectedAtoms() local
100 notExistingAtoms.remove(atom); in checkAllExpectedAtoms()
102 return notExistingAtoms; in checkAllExpectedAtoms()