Searched refs:errorsFound (Results 1 – 1 of 1) sorted by relevance
303 ArrayList<Throwable> errorsFound = new ArrayList<>(); in testSensorTimeStamps() local306 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() local318 verifyRegisterListenerCallFlush(sensor, null /* handler */, errorsFound); in testBatchAndFlush()320 assertOnErrors(errorsFound); in testBatchAndFlush()480 ArrayList<Throwable> errorsFound) throws InterruptedException { in verifyLongActivation() argument505 errorsFound.add(e); in verifyLongActivation()518 ArrayList<Throwable> errorsFound) in verifyRegisterListenerCallFlush() argument[all …]