Home
last modified time | relevance | path

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

/cts/tests/tests/toast/src/android/widget/toast/cts/
DBaseToastTest.java56 Exception[] exceptions = new Exception[1]; in showToastsViaToastApis() local
74 Exception[] exceptions = new Exception[1]; in showToastsViaAddingWindow() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DSafeCleanerRule.java61 public SafeCleanerRule add(@NonNull Callable<List<Throwable>> exceptions) { in add()
112 Log.w(TAG, "Adding " + extraThrowables.size() + " extra exceptions"); in apply()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSafeCleanerRule.java61 public SafeCleanerRule add(@NonNull Callable<List<Throwable>> exceptions) { in add()
112 Log.w(TAG, "Adding " + extraThrowables.size() + " extra exceptions"); in apply()
/cts/tests/sensor/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()
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DCtsAugmentedAutofillService.java99 List<Throwable> exceptions = sAugmentedReplier.mExceptions; in resetStaticState() local