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.java305 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testSensorTimeStamps() local
308 verifyLongActivation(sensor, 0 /* maxReportLatencyUs */, errorsFound); in testSensorTimeStamps()
309 verifyLongActivation(sensor, (int) TimeUnit.SECONDS.toMicros(10), errorsFound); in testSensorTimeStamps()
311 assertOnErrors(errorsFound); in testSensorTimeStamps()
319 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testBatchAndFlush() local
322 verifyRegisterListenerCallFlush(sensor, null /* handler */, errorsFound); in testBatchAndFlush()
325 assertOnErrors(errorsFound); in testBatchAndFlush()
483 ArrayList<Throwable> errorsFound) throws InterruptedException { in verifyLongActivation() argument
508 errorsFound.add(e); in verifyLongActivation()
521 ArrayList<Throwable> errorsFound) in verifyRegisterListenerCallFlush() argument
[all …]