Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DProcStateAtomTests.java161 AtomTestUtils.popUntilFind(data, onStates, in testForegroundService()
180 AtomTestUtils.popUntilFind(data, onStates, in testForeground()
198 AtomTestUtils.popUntilFind(data, onStates, in testBackground()
217 AtomTestUtils.popUntilFind(data, onStates, in testTop()
242 AtomTestUtils.popUntilFind(data, in testTopSleeping()
245 AtomTestUtils.popUntilFind(data, onStates, PROC_STATE_FUNCTION); // clear out TOP itself. in testTopSleeping()
276 AtomTestUtils.popUntilFind(data, BG_STATES, PROC_STATE_FUNCTION); in testCached()
280 AtomTestUtils.popUntilFind(data, onStates, PROC_STATE_FUNCTION); in testCached()
DUidAtomTests.java968 AtomTestUtils.popUntilFind(data, onStates, appUsageStateFunction);
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DAtomTestUtils.java197 public static void popUntilFind(List<StatsLog.EventMetricData> data, Set<Integer> state, in popUntilFind() method in AtomTestUtils