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.java321 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testSanitizedContinuousEventsUidIdle() local
358 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testSensorTimeStamps() local
374 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testBatchAndFlush() local
390 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testBatchAndFlushUidIdle() local
558 ArrayList<Throwable> errorsFound) throws InterruptedException { in verifyLongActivation()
602 ArrayList<Throwable> errorsFound, in verifyRegisterListenerCallFlush()
631 private void assertOnErrors(List<Throwable> errorsFound) { in assertOnErrors()