Home
last modified time | relevance | path

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

/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/tests/accounts/src/android/accounts/cts/
DExceptionTest.java13 private Throwable cause = new Throwable("Throwable casue"); field in ExceptionTest
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DNoOpTestInvocationListener.java56 public void invocationFailed(Throwable cause) {} in invocationFailed()
/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.java132 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/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DModuleListener.java159 public void invocationFailed(Throwable cause) { in invocationFailed()
DResultReporter.java478 public void invocationFailed(Throwable cause) { in invocationFailed()
/cts/tests/tests/telecom/src/android/telecom/cts/
DDataObjectUnitTests.java167 DisconnectCause cause = new DisconnectCause( in testDisconnectCause() local
DRemoteConferenceTest.java247 DisconnectCause cause = new DisconnectCause(DisconnectCause.LOCAL); in testRemoteConferenceCallbacks_Disconnect() local
DRemoteConnectionTest.java552 DisconnectCause cause = new DisconnectCause(DisconnectCause.LOCAL); in testRemoteConnectionCallbacks_Disconnect() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DIssueReporter.java225 public void invocationFailed(Throwable cause) { in invocationFailed()
DCtsXmlResultReporter.java526 public void invocationFailed(Throwable cause) { in invocationFailed()