Home
last modified time | relevance | path

Searched defs:exceptions (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/toast/src/android/widget/toast/cts/
DBaseToastTest.java54 Exception[] exceptions = new Exception[1]; in showToastsViaToastApis() local
72 Exception[] exceptions = new Exception[1]; in showToastsViaAddingWindow() local
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
DParallelSensorOperation.java116 ArrayList<Throwable> exceptions = new ArrayList<>(); in execute() local
177 private String getSummaryMessage(List<Throwable> exceptions, List<Integer> timeoutIndices) { in getSummaryMessage()