Home
last modified time | relevance | path

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

12

/cts/tests/tests/car_builtin/src/android/car/cts/builtin/util/
DSlogfTest.java74 Throwable throwable = new Throwable(EXCEPTION_MSG); in testV_msg2() local
118 Throwable throwable = new Throwable(EXCEPTION_MSG); in testD_msg2() local
160 Throwable throwable = new Throwable(EXCEPTION_MSG); in testI_msg2() local
204 Throwable throwable = new Throwable(EXCEPTION_MSG); in testW_msg2() local
223 Throwable throwable = new Throwable(EXCEPTION_MSG); in testW_msg4() local
269 Throwable throwable = new Throwable(EXCEPTION_MSG); in testE_msg2() local
325 Throwable throwable = new Throwable(EXCEPTION_MSG); in testWTF_msg2() local
346 Throwable throwable = new Throwable(EXCEPTION_MSG); in testWTF_msg4() local
431 private void assertLogcatStackTrace(Level level, Throwable throwable) { in assertLogcatStackTrace()
/cts/tests/signature/lib/common/src/android/signature/cts/
DLogHelper.java22 static void loge(String message, Throwable throwable) { in loge()
DResultObserver.java39 void notifyFailure(FailureType type, String name, String errorMessage, Throwable throwable); in notifyFailure()
DExpectedFailuresFilter.java51 …ublic void notifyFailure(FailureType type, String name, String errorMessage, Throwable throwable) { in notifyFailure()
/cts/hostsidetests/compilation/src/android/compilation/cts/
DCompilationTest.java232 Throwable throwable = assertThrows(Throwable.class, () -> { in testExternalProfileValidationFailed() local
252 Throwable throwable = assertThrows(Throwable.class, () -> { in testExternalProfileValidationMultiPackageFailed() local
272 Throwable throwable = assertThrows(Throwable.class, in testEmbeddedProfileFailed() local
302 Throwable throwable = assertThrows(Throwable.class, () -> { in testExternalProfileValidationMultiPackageFailedMultipleErrors() local
388 Throwable throwable = assertThrows(Throwable.class, () -> { in testInstallCompilerFilterOverrideInvalid() local
/cts/tests/tests/view/src/android/view/cts/
DInflateExceptionTest.java52 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/signature/api-check/src/java/android/signature/cts/api/
DTestResultObserver.java39 Throwable throwable) { in notifyFailure()
/cts/tests/mediaprovider/preconditions/src/android/provider/cts/preconditions/
DExternalStoragePreparer.java47 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/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAppSecurityPreparer.java66 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable throwable) in tearDown()
/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/
DDumpOnFailureRule.java47 public void onTestFailure(Statement base, Description description, Throwable throwable) { in onTestFailure()
/cts/tests/BlobStore/src/com/android/cts/blob/
DDumpOnFailureRule.java45 public void onTestFailure(Statement base, Description description, Throwable throwable) { in onTestFailure()
/cts/tests/signature/tests/src/android/signature/cts/tests/
DApiPresenceCheckerTest.java134 private final Throwable throwable; field in ApiPresenceCheckerTest.Failure
136 public Failure(FailureType type, String name, String errorMessage, Throwable throwable) { in Failure()
178 Throwable throwable) { in notifyFailure()
/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/app.usage/src/android/app/usage/cts/
DDumpOnFailureRule.java46 public void onTestFailure(Statement base, Description description, Throwable throwable) { in onTestFailure()
/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

12