Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorTest.java303 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testSensorTimeStamps() local
306 verifyLongActivation(sensor, 0 /* maxReportLatencyUs */, errorsFound); in testSensorTimeStamps()
307 verifyLongActivation(sensor, (int) TimeUnit.SECONDS.toMicros(10), errorsFound); in testSensorTimeStamps()
309 assertOnErrors(errorsFound); in testSensorTimeStamps()
316 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testBatchAndFlush() local
318 verifyRegisterListenerCallFlush(sensor, null /* handler */, errorsFound); in testBatchAndFlush()
320 assertOnErrors(errorsFound); in testBatchAndFlush()
480 ArrayList<Throwable> errorsFound) throws InterruptedException { in verifyLongActivation() argument
505 errorsFound.add(e); in verifyLongActivation()
518 ArrayList<Throwable> errorsFound) in verifyRegisterListenerCallFlush() argument
[all …]