Home
last modified time | relevance | path

Searched defs:cause (Results 1 – 25 of 25) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DRetryableException.java37 public RetryableException(Throwable cause, String format, Object...args) { in RetryableException()
38 this((Timeout) null, cause, String.format(format, args), cause); in RetryableException() local
51 public RetryableException(@Nullable Timeout timeout, Throwable cause, String format, in RetryableException()
53 super(String.format(format, args), cause); in RetryableException() local
DExceptionUtils.java65 …blic static @NonNull <E extends Throwable> E appendCause(@NonNull E t, @Nullable Throwable cause) { in appendCause()
DUiDumpUtils.java159 public static UiDumpWrapperException wrapWithUiDump(Throwable cause) { in wrapWithUiDump()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsException.java23 public ItsException(Throwable cause) { in ItsException()
27 public ItsException(String message, Throwable cause) { in ItsException()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DWindowChangeTimeoutException.java24 public WindowChangeTimeoutException(@NonNull Throwable cause, long timeoutMillis) { in WindowChangeTimeoutException()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/exceptions/
DAdbException.java44 public AdbException(String message, String command, Throwable cause) { in AdbException()
48 public AdbException(String message, String command, String output, Throwable cause) { in AdbException()
DAdbParseException.java32 public AdbParseException(String message, String adbOutput, Throwable cause) { in AdbParseException()
/cts/tools/vm-tests-tf/src/dot/junit/
DAssertionFailedException.java21 public AssertionFailedException(String message, Throwable cause) { in AssertionFailedException()
DDxAbstractMain.java166 static public void fail(String message, Throwable cause) { in fail()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExceptionUtils.java38 public static <E extends Throwable> E appendCause(E t, Throwable cause) { in appendCause()
/cts/tests/tests/keystore/src/android/keystore/cts/
DBackendBusyExceptionTest.java75 Exception cause = new Exception("My Cause"); in testCause() local
/cts/tests/tests/os/src/android/os/image/cts/
DDynamicSystemClientTest.java43 public void onStatusChanged(int status, int cause, long progress, Throwable detail) { in onStatusChanged()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DDaveyView.java61 public void causeDavey(boolean cause) { in causeDavey()
/cts/tests/tests/accounts/src/android/accounts/cts/
DExceptionTest.java13 private Throwable cause = new Throwable("Throwable casue"); field in ExceptionTest
/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
DScreenPinningTestActivity.java68 private void error(final int errorId, final Throwable cause) { in error()
/cts/libs/install/testapp/src/com/android/cts/install/lib/testapp/
DProcessUserData.java45 public UserDataException(String message, Throwable cause) { in UserDataException()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTestConnectionService.java133 final int cause = convertNumberToCause(connection.getAddress().getSchemeSpecificPart()); in hangUpAsync() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/reporting/
DSensorTestDetails.java80 public SensorTestDetails(String name, String tag, Throwable cause) { in SensorTestDetails()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsConnection.java159 private void setDisconnectedAndDestroy(DisconnectCause cause) { in setDisconnectedAndDestroy()
/cts/tests/tests/telecom/src/android/telecom/cts/
DDataObjectUnitTests.java171 DisconnectCause cause = new DisconnectCause( in testDisconnectCause() local
DRemoteConferenceTest.java267 DisconnectCause cause = new DisconnectCause(DisconnectCause.LOCAL); in testRemoteConferenceCallbacks_Disconnect() local
DRemoteConnectionTest.java710 DisconnectCause cause = new DisconnectCause(DisconnectCause.LOCAL); in testRemoteConnectionCallbacks_Disconnect() local
/cts/tests/tests/os/src/android/os/cts/
DAppHibernationUtils.kt223 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause) }) { in waitFindNotification() method
240 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause) }) { in waitFindNotification() method
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationControllerTests.java845 public CancelledWhileWaitingForReadyException(String message, Throwable cause) { in CancelledWhileWaitingForReadyException()
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSessionCtsTestBase.java3134 AppSearchException cause = (AppSearchException) e.getCause(); in testReportUsage_invalidNamespace() local