Home
last modified time | relevance | path

Searched defs:cause (Results 1 – 18 of 18) 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
/cts/common/device-side/util/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
/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/
DWindowChangeTimeoutException.java24 public WindowChangeTimeoutException(@NonNull Throwable cause, long timeoutMillis) { in WindowChangeTimeoutException()
/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/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/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
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/libs/install/testapp/src/com/android/cts/install/lib/testapp/
DProcessUserData.java44 public UserDataException(String message, Throwable cause) { in UserDataException()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDummyConnectionService.java133 final int cause = convertNumberToCause(connection.getAddress().getSchemeSpecificPart()); in hangUpAsync() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/reporting/
DSensorTestDetails.java78 public SensorTestDetails(String name, String tag, Throwable cause) { in SensorTestDetails()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
DScreenPinningTestActivity.java125 private void error(final int errorId, final Throwable cause) { in error()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/reporting/
DGnssTestDetails.java76 public GnssTestDetails(String name, String tag, Throwable cause) { in GnssTestDetails()
/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.java247 DisconnectCause cause = new DisconnectCause(DisconnectCause.LOCAL); in testRemoteConferenceCallbacks_Disconnect() local
DRemoteConnectionTest.java616 DisconnectCause cause = new DisconnectCause(DisconnectCause.LOCAL); in testRemoteConnectionCallbacks_Disconnect() local