/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/error/ |
D | CecClientWrapperException.java | 38 ErrorCodes errorCode, Throwable cause, String messageToBeAppend) { in CecClientWrapperException() 39 super(errorCode.getExceptionMessage() + messageToBeAppend, cause); in CecClientWrapperException() local 43 public CecClientWrapperException(ErrorCodes errorCode, Throwable cause) { in CecClientWrapperException() 44 super(errorCode.getExceptionMessage(), cause); in CecClientWrapperException() local
|
D | DumpsysParseException.java | 26 public DumpsysParseException(String message, Throwable cause) { in DumpsysParseException()
|
/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()
|
/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()
|
D | ItsRuntimeException.java | 24 public ItsRuntimeException(String message, Throwable cause) { in ItsRuntimeException()
|
/cts/tests/credentials/src/android/credentials/cts/unittests/ |
D | GetCredentialExceptionTest.java | 73 final Throwable cause = new RuntimeException("cause"); in testConstructor_type_cause() local 87 final Throwable cause = new RuntimeException("cause"); in testConstructor_type_message_cause() local
|
D | ClearCredentialStateExceptionTest.java | 70 final Throwable cause = new RuntimeException("cause"); in testConstructor_type_cause() local 83 final Throwable cause = new RuntimeException("cause"); in testConstructor_type_message_cause() local
|
D | CreateCredentialExceptionTest.java | 72 final Throwable cause = new RuntimeException("cause"); in testConstructor_type_cause() local 86 final Throwable cause = new RuntimeException("cause"); in testConstructor_type_message_cause() local
|
/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/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/logcat/ |
D | SystemServerException.java | 29 StackTraceElement[] traceElements, Throwable cause) { in SystemServerException()
|
/cts/tools/vm-tests-tf/src/dot/junit/ |
D | AssertionFailedException.java | 21 public AssertionFailedException(String message, Throwable cause) { in AssertionFailedException()
|
/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 | 87 Exception cause = new Exception("My Cause"); in testCause() local
|
/cts/tests/appcloning/src/android/appcloning/cts/ |
D | CrossProfileIntentFilterTest.java | 79 Throwable cause = Throwables.getCauseAs(thrown, SecurityException.class); in addCrossProfileIntentFilterForSystemAccessTest() 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/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | CallControlExtras.java | 39 public static Bundle addDisconnectCauseExtra(Bundle extras, int cause) { in addDisconnectCauseExtra()
|
/cts/tests/tests/os/src/android/os/image/cts/ |
D | DynamicSystemClientTest.java | 54 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/tests/tests/telecom/src/android/telecom/cts/ |
D | DataObjectUnitTests.java | 179 DisconnectCause cause = new DisconnectCause( in testDisconnectCause() local 217 DisconnectCause cause = new DisconnectCause.Builder(DisconnectCause.ERROR) in testDisconnectCauseWithTelephonyDebugInfo() local
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | ThreadNetworkTest.java | 138 ThreadNetworkException cause = (ThreadNetworkException) thrown.getCause(); in enableThread_disallowThreadNetworkIsSet_failWithFailedPrecondition() local
|