Home
last modified time | relevance | path

Searched defs:errorsFound (Results 1 – 1 of 1) sorted by relevance

/cts/tests/sensor/src/android/hardware/cts/
DSensorTest.java379 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testSanitizedContinuousEventsUidIdle() local
417 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testSensorTimeStamps() local
433 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testBatchAndFlush() local
449 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testBatchAndFlushUidIdle() local
646 ArrayList<Throwable> errorsFound) throws InterruptedException { in verifyLongActivation()
690 ArrayList<Throwable> errorsFound, in verifyRegisterListenerCallFlush()
719 private void assertOnErrors(List<Throwable> errorsFound) { in assertOnErrors()