/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
|
/cts/common/device-side/util/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
|
/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/ |
D | WindowChangeTimeoutException.java | 24 public WindowChangeTimeoutException(@NonNull Throwable cause, long timeoutMillis) { in WindowChangeTimeoutException()
|
/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/tests/tests/os/src/android/os/image/cts/ |
D | DynamicSystemClientTest.java | 43 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/ |
D | DaveyView.java | 61 public void causeDavey(boolean cause) { in causeDavey()
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | ExceptionTest.java | 13 private Throwable cause = new Throwable("Throwable casue"); field in ExceptionTest
|
/cts/libs/install/testapp/src/com/android/cts/install/lib/testapp/ |
D | ProcessUserData.java | 44 public UserDataException(String message, Throwable cause) { in UserDataException()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | DummyConnectionService.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 | 78 public SensorTestDetails(String name, String tag, Throwable cause) { in SensorTestDetails()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/ |
D | ScreenPinningTestActivity.java | 125 private void error(final int errorId, final Throwable cause) { in error()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/reporting/ |
D | GnssTestDetails.java | 76 public GnssTestDetails(String name, String tag, Throwable cause) { in GnssTestDetails()
|
/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 | 247 DisconnectCause cause = new DisconnectCause(DisconnectCause.LOCAL); in testRemoteConferenceCallbacks_Disconnect() local
|
D | RemoteConnectionTest.java | 616 DisconnectCause cause = new DisconnectCause(DisconnectCause.LOCAL); in testRemoteConnectionCallbacks_Disconnect() local
|