/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | RetryableException.java | 37 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
|
D | ExceptionUtils.java | 65 …blic static @NonNull <E extends Throwable> E appendCause(@NonNull E t, @Nullable Throwable cause) { in appendCause()
|
D | UiDumpUtils.java | 159 public static UiDumpWrapperException wrapWithUiDump(Throwable cause) { in wrapWithUiDump()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsException.java | 23 public ItsException(Throwable cause) { in ItsException() 27 public ItsException(String message, Throwable cause) { in ItsException()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | WindowChangeTimeoutException.java | 24 public WindowChangeTimeoutException(@NonNull Throwable cause, long timeoutMillis) { in WindowChangeTimeoutException()
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/exceptions/ |
D | AdbException.java | 44 public AdbException(String message, String command, Throwable cause) { in AdbException() 48 public AdbException(String message, String command, String output, Throwable cause) { in AdbException()
|
D | NeneException.java | 26 public NeneException(Throwable cause) { in NeneException()
|
D | AdbParseException.java | 32 public AdbParseException(String message, String adbOutput, Throwable cause) { in AdbParseException()
|
/cts/tools/vm-tests-tf/src/dot/junit/ |
D | AssertionFailedException.java | 21 public AssertionFailedException(String message, Throwable cause) { in AssertionFailedException()
|
D | DxAbstractMain.java | 166 static public void fail(String message, Throwable cause) { in fail()
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | ExceptionUtils.java | 38 public static <E extends Throwable> E appendCause(E t, Throwable cause) { in appendCause()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | BackendBusyExceptionTest.java | 75 Exception cause = new Exception("My Cause"); in testCause() local
|
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/ |
D | DaveyView.java | 61 public void causeDavey(boolean cause) { in causeDavey()
|
/cts/tests/tests/os/src/android/os/image/cts/ |
D | DynamicSystemClientTest.java | 52 public void onStatusChanged(int status, int cause, long progress, Throwable detail) { in onStatusChanged()
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | ExceptionTest.java | 13 private Throwable cause = new Throwable("Throwable casue"); field in ExceptionTest
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/ |
D | ScreenPinningTestActivity.java | 68 private void error(final int errorId, final Throwable cause) { in error()
|
/cts/libs/install/testapp/src/com/android/cts/install/lib/testapp/ |
D | ProcessUserData.java | 45 public UserDataException(String message, Throwable cause) { in UserDataException()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | TestConnectionService.java | 133 final int cause = convertNumberToCause(connection.getAddress().getSchemeSpecificPart()); in hangUpAsync() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/reporting/ |
D | SensorTestDetails.java | 80 public SensorTestDetails(String name, String tag, Throwable cause) { in SensorTestDetails()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/ |
D | CtsConnection.java | 159 private void setDisconnectedAndDestroy(DisconnectCause cause) { in setDisconnectedAndDestroy()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | DataObjectUnitTests.java | 171 DisconnectCause cause = new DisconnectCause( in testDisconnectCause() local
|
D | RemoteConferenceTest.java | 267 DisconnectCause cause = new DisconnectCause(DisconnectCause.LOCAL); in testRemoteConferenceCallbacks_Disconnect() local
|
D | RemoteConnectionTest.java | 710 DisconnectCause cause = new DisconnectCause(DisconnectCause.LOCAL); in testRemoteConnectionCallbacks_Disconnect() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | AppHibernationUtils.kt | 230 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause) }) { in waitFindNotification() method 247 wrappingExceptions({ cause: Throwable? -> UiDumpUtils.wrapWithUiDump(cause) }) { in waitFindNotification() method
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowInsetsAnimationControllerTests.java | 845 public CancelledWhileWaitingForReadyException(String message, Throwable cause) { in CancelledWhileWaitingForReadyException()
|