Home
last modified time | relevance | path

Searched defs:exceptions (Results 1 – 13 of 13) 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-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/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
DMethodSignature.java54 Set<TypeMirror> exceptions = method.getThrownTypes() in forMethod() local
127 Set<TypeMirror> exceptions = new HashSet<>(); in forApiString() local
209 List<TypeMirror> parameterTypes, Set<TypeMirror> exceptions) { in MethodSignature()
/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/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/logcat/
DLogcat.java111 List<SystemServerException> exceptions = findSystemServerExceptions(t); in findSystemServerException() local
127 List<SystemServerException> exceptions = new ArrayList<>(); in findSystemServerExceptions() local
/cts/tests/tests/tv/src/android/media/tv/ad/cts/
DTvAdViewTest.java144 final Throwable[] exceptions = new Throwable[1]; in runTestOnUiThread() local
DTvAdServiceTest.java567 final Throwable[] exceptions = new Throwable[1]; in runTestOnUiThread() local
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DClassAnalyzer.java93 String[] exceptions) { in visitMethod()
/cts/tests/tests/tv/src/android/media/tv/interactive/cts/
DTvInteractiveAppViewTest.java87 final Throwable[] exceptions = new Throwable[1]; in runTestOnUiThread() local
DTvInteractiveAppManagerTest.java115 final Throwable[] exceptions = new Throwable[1]; in runTestOnUiThread() local
DTvInteractiveAppServiceTest.java485 final Throwable[] exceptions = new Throwable[1]; in runTestOnUiThread() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DCtsAugmentedAutofillService.java105 List<Throwable> exceptions = sAugmentedReplier.mExceptions; in resetStaticState() local
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java856 final Throwable[] exceptions = new Throwable[1]; in runTestOnUiThread() local