HomeSort by relevance Sort by last modified time
    Searched full:errorsfound (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTest.java 285 ArrayList<Throwable> errorsFound = new ArrayList<>();
288 verifyLongActivation(sensor, 0 /* maxReportLatencyUs */, errorsFound);
289 verifyLongActivation(sensor, (int) TimeUnit.SECONDS.toMicros(10), errorsFound);
291 assertOnErrors(errorsFound);
297 ArrayList<Throwable> errorsFound = new ArrayList<>();
299 verifyRegisterListenerCallFlush(sensor, null /* handler */, errorsFound);
301 assertOnErrors(errorsFound);
424 ArrayList<Throwable> errorsFound) throws InterruptedException {
449 errorsFound.add(e);
462 ArrayList<Throwable> errorsFound)
    [all...]

Completed in 251 milliseconds