Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 20 of 20) sorted by relevance

/cts/tests/tests/toast/src/android/widget/toast/cts/
DBaseToastTest.java56 Exception[] exceptions = new Exception[1]; in showToastsViaToastApis() local
65 exceptions[0] = e; in showToastsViaToastApis()
68 if (exceptions[0] != null) { in showToastsViaToastApis()
69 throw exceptions[0]; in showToastsViaToastApis()
74 Exception[] exceptions = new Exception[1]; in showToastsViaAddingWindow() local
96 exceptions[0] = e; in showToastsViaAddingWindow()
99 if (exceptions[0] != null) { in showToastsViaAddingWindow()
100 throw exceptions[0]; in showToastsViaAddingWindow()
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
DParallelSensorOperation.java116 ArrayList<Throwable> exceptions = new ArrayList<>(); in execute() local
126 exceptions.add(e.getCause()); in execute()
140 String summary = getSummaryMessage(exceptions, timeoutIndices); in execute()
144 if (!exceptions.isEmpty() || !timeoutIndices.isEmpty()) { in execute()
177 private String getSummaryMessage(List<Throwable> exceptions, List<Integer> timeoutIndices) { in getSummaryMessage() argument
179 for (Throwable exception : exceptions) { in getSummaryMessage()
/cts/suite/audio_quality/lib/
DAndroid.bp36 "-fno-exceptions",
42 "-fno-exceptions",
/cts/suite/audio_quality/executable/
DAndroid.bp33 "-fno-exceptions",
37 "-fno-exceptions",
/cts/suite/audio_quality/test/
DAndroid.bp36 "-fno-exceptions",
44 "-fno-exceptions",
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DSafeCleanerRule.java61 public SafeCleanerRule add(@NonNull Callable<List<Throwable>> exceptions) { in add() argument
62 mExtraThrowables.add(exceptions); in add()
DWithin.java21 import org.mockito.exceptions.base.MockitoAssertionError;
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSafeCleanerRule.java61 public SafeCleanerRule add(@NonNull Callable<List<Throwable>> exceptions) { in add() argument
62 mExtraThrowables.add(exceptions); in add()
DWithin.java21 import org.mockito.exceptions.base.MockitoAssertionError;
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DCtsAugmentedAutofillService.java99 List<Throwable> exceptions = sAugmentedReplier.mExceptions; in resetStaticState() local
100 if (exceptions != null) { in resetStaticState()
101 exceptions.clear(); in resetStaticState()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBlockingInputAllocation.java25 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
DScriptGraph.java36 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraSessionUtils.java32 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile219 overgeneral-exceptions=StandardError,Exception
256 # List of exceptions that do not need to be mentioned in the Raises section of
258 ignore-exceptions=NotImplementedError,StopIteration
/cts/tests/tests/print/src/android/print/cts/
DPrinterDiscoverySessionLifecycleTest.java54 import org.mockito.exceptions.verification.VerificationInOrderFailure;
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2SurfaceViewTestCase.java56 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java51 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
DPerformanceTest.java60 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
DCameraDeviceTest.java55 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java64 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;