HomeSort by relevance Sort by last modified time
    Searched defs:errorsFound (Results 1 - 2 of 2) 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...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 310 milliseconds