Searched refs:errorsFound (Results 1 – 1 of 1) sorted by relevance
305 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testSensorTimeStamps() local308 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() local322 verifyRegisterListenerCallFlush(sensor, null /* handler */, errorsFound); in testBatchAndFlush()325 assertOnErrors(errorsFound); in testBatchAndFlush()483 ArrayList<Throwable> errorsFound) throws InterruptedException { in verifyLongActivation() argument508 errorsFound.add(e); in verifyLongActivation()521 ArrayList<Throwable> errorsFound) in verifyRegisterListenerCallFlush() argument[all …]