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.java463 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testSanitizedContinuousEventsUidIdle() local
501 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testSensorTimeStamps() local
517 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testBatchAndFlush() local
533 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testBatchAndFlushUidIdle() local
730 ArrayList<Throwable> errorsFound) throws InterruptedException { in verifyLongActivation()
774 ArrayList<Throwable> errorsFound, in verifyRegisterListenerCallFlush()
803 private void assertOnErrors(List<Throwable> errorsFound) { in assertOnErrors()