Searched refs:popUntilFind (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/ |
D | ProcStateAtomTests.java | 113 popUntilFind(data, onStates, PROC_STATE_FUNCTION); // clear out initial proc states. in testForegroundService() 135 popUntilFind(data, onStates, PROC_STATE_FUNCTION); // clear out initial proc states. in testForeground() 155 popUntilFind(data, onStates, PROC_STATE_FUNCTION); // clear out initial proc states. in testBackground() 177 popUntilFind(data, onStates, PROC_STATE_FUNCTION); // clear out initial proc states. in testTop() 203 popUntilFind(data, new HashSet<>(Arrays.asList(ProcessStateEnum.PROCESS_STATE_TOP_VALUE)), in testTopSleeping() 205 popUntilFind(data, onStates, PROC_STATE_FUNCTION); // clear out TOP itself. in testTopSleeping() 240 popUntilFind(data, BG_STATES, PROC_STATE_FUNCTION); in testCached() 242 popUntilFind(data, onStates, PROC_STATE_FUNCTION); in testCached()
|
D | AtomTestCase.java | 666 public void popUntilFind(List<EventMetricData> data, Set<Integer> state, in popUntilFind() method in AtomTestCase
|
D | UidAtomTests.java | 704 popUntilFind(data, screenMin, atom->atom.getScreenBrightnessChanged().getLevel()); in testScreenBrightness()
|