Home
last modified time | relevance | path

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

12

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/error/
DCecClientWrapperException.java38 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
DDumpsysParseException.java26 public DumpsysParseException(String message, Throwable cause) { in DumpsysParseException()
/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()
/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()
DItsRuntimeException.java24 public ItsRuntimeException(String message, Throwable cause) { in ItsRuntimeException()
/cts/tests/credentials/src/android/credentials/cts/unittests/
DGetCredentialExceptionTest.java73 final Throwable cause = new RuntimeException("cause"); in testConstructor_type_cause() local
87 final Throwable cause = new RuntimeException("cause"); in testConstructor_type_message_cause() local
DClearCredentialStateExceptionTest.java70 final Throwable cause = new RuntimeException("cause"); in testConstructor_type_cause() local
83 final Throwable cause = new RuntimeException("cause"); in testConstructor_type_message_cause() local
DCreateCredentialExceptionTest.java72 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/
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()
DNeneException.java26 public NeneException(Throwable cause) { in NeneException()
DAdbParseException.java32 public AdbParseException(String message, String adbOutput, Throwable cause) { in AdbParseException()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/logcat/
DSystemServerException.java29 StackTraceElement[] traceElements, Throwable cause) { in SystemServerException()
/cts/tools/vm-tests-tf/src/dot/junit/
DAssertionFailedException.java21 public AssertionFailedException(String message, Throwable cause) { in AssertionFailedException()
/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.java87 Exception cause = new Exception("My Cause"); in testCause() local
/cts/tests/appcloning/src/android/appcloning/cts/
DCrossProfileIntentFilterTest.java79 Throwable cause = Throwables.getCauseAs(thrown, SecurityException.class); in addCrossProfileIntentFilterForSystemAccessTest() local
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DDaveyView.java61 public void causeDavey(boolean cause) { in causeDavey()
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DCallControlExtras.java39 public static Bundle addDisconnectCauseExtra(Bundle extras, int cause) { in addDisconnectCauseExtra()
/cts/tests/tests/os/src/android/os/image/cts/
DDynamicSystemClientTest.java54 public void onStatusChanged(int status, int cause, long progress, Throwable detail) { in onStatusChanged()
/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/tests/tests/telecom/src/android/telecom/cts/
DDataObjectUnitTests.java179 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/
DThreadNetworkTest.java138 ThreadNetworkException cause = (ThreadNetworkException) thrown.getCause(); in enableThread_disallowThreadNetworkIsSet_failWithFailedPrecondition() local

12