HomeSort by relevance Sort by last modified time
    Searched defs:errorsFound (Results 1 - 3 of 3) sorted by null

  /cts/tests/sensor/src/android/hardware/cts/
SensorTest.java 305 ArrayList<Throwable> errorsFound = new ArrayList<>();
308 verifyLongActivation(sensor, 0 /* maxReportLatencyUs */, errorsFound);
309 verifyLongActivation(sensor, (int) TimeUnit.SECONDS.toMicros(10), errorsFound);
311 assertOnErrors(errorsFound);
319 ArrayList<Throwable> errorsFound = new ArrayList<>();
322 verifyRegisterListenerCallFlush(sensor, null /* handler */, errorsFound);
325 assertOnErrors(errorsFound);
483 ArrayList<Throwable> errorsFound) throws InterruptedException {
508 errorsFound.add(e);
521 ArrayList<Throwable> errorsFound)
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 72 milliseconds