Home
last modified time | relevance | path

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

/cts/tests/signature/lib/common/src/android/signature/cts/
DLogHelper.java22 static void loge(String message, Throwable throwable) { in loge()
/cts/tests/tests/view/src/android/view/cts/
DInflateExceptionTest.java50 Throwable throwable = new Exception(); in testInflateException() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/exceptions/
DPollValueFailedException.java27 public PollValueFailedException(String message, Throwable throwable) { in PollValueFailedException()
DNeneException.java34 public NeneException(String message, Throwable throwable) { in NeneException()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DRunOnMainUtils.java34 AtomicReference<Throwable> throwable = new AtomicReference<>(null); in getOnMain() local
/cts/tests/appsearch/src/com/android/cts/appsearch/external/exceptions/
DAppSearchExceptionCtsTest.java51 IllegalArgumentException throwable = new IllegalArgumentException("You can't do that!"); in testExceptionWithThrowable() local
/cts/tests/tests/provider/preconditions/src/android/provider/cts/preconditions/
DExternalStoragePreparer.java47 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable throwable) in tearDown()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAppSecurityPreparer.java66 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable throwable) in tearDown()
/cts/libs/vogar-expect/src/vogar/expect/util/
DLogOutput.java34 void info(String message, Throwable throwable); in info()
DLog.java56 public static void info(String message, Throwable throwable) { in info()
/cts/tests/BlobStore/src/com/android/cts/blob/
DDumpOnFailureRule.java45 public void onTestFailure(Statement base, Description description, Throwable throwable) { in onTestFailure()
/cts/common/device-side/bedstead/remoteframeworkclasses/src/types/main/java/com/android/bedstead/remoteframeworkclasses/
DSimpleAccountManagerFuture.java107 public void setException(Throwable throwable) { in setException()
DAccountManagerFutureWrapper.java92 public void onException(Throwable throwable) { in onException()
/cts/tests/tests/systemui/src/android/systemui/cts/
DScreenshotTestRule.java92 protected void failed(Throwable throwable, Description description) { in failed()
/cts/tests/app/app/src/android/app/stubs/
DIntentServiceStub.java41 private static Throwable throwable; field in IntentServiceStub
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/support/
DSingleTestNGTestRunListener.java81 Throwable throwable = result.getThrowable(); in onTestFailure() local
DTestNgRunner.java139 Throwable throwable = failureEntry.getValue(); in extractException() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestResult.java52 public void addError(Test test, Throwable throwable) { in addError()
/cts/tests/tests/media/src/android/media/cts/
DRemoteService.java83 AtomicReference<Throwable> throwable = new AtomicReference<>(); in runOnHandlerSync() local
DMediaCodecBlockModelTest.java220 final AtomicReference<Throwable> throwable = new AtomicReference<>(); in runThread() local
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/utils/
DRetryTest.java147 ValueTester(Throwable throwable) { in ValueTester()
DPollTest.java535 ValueTester(Throwable throwable) { in ValueTester()
/cts/libs/vogar-expect/src/vogar/expect/
DOutcome.java59 public Outcome(String outcomeName, Result result, Throwable throwable) { in Outcome()
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DInstrumentedAccessibilityService.java122 AtomicReference<Throwable> throwable = new AtomicReference<>(null); in getOnService() local
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSessionCtsTestBase.java137 Throwable throwable = in testSetSchema_Failure() local