Home
last modified time | relevance | path

Searched refs:throwable (Results 1 – 10 of 10) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DIntentServiceStub.java40 private static Throwable throwable; field in IntentServiceStub
49 throwable = null; in reset()
61 if (throwable != null) { in waitToFinish()
62 throw throwable; in waitToFinish()
76 throwable = t; in onHandleIntent()
/cts/tests/tests/view/src/android/view/cts/
DInflateExceptionTest.java39 Throwable throwable = new Exception(); in testInflateException() local
44 ne = new InflateException(detailMessage, throwable); in testInflateException()
72 ne = new InflateException(throwable); in testInflateException()
/cts/libs/vogar-expect/src/vogar/util/
DThreads.java51 …rotected void afterExecute(Runnable runnable, Throwable throwable) { if (throwable in fixedThreadsExecutor()
52 Log.info("Unexpected failure from " + runnable, throwable); in fixedThreadsExecutor()
DLog.java56 public static void info(String message, Throwable throwable) { in info() argument
58 sLogoutput.info(message, throwable); in info()
DLogOutput.java34 void info(String message, Throwable throwable); in info() argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestResult.java50 public void addError(Test test, Throwable throwable) { in addError() argument
51 mWrappedTestResult.addError(test, throwable); in addError()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestResult.java52 public void addError(Test test, Throwable throwable) { in addError() argument
53 mWrappedTestResult.addError(test, throwable); in addError()
/cts/libs/vogar-expect/src/vogar/
DOutcome.java59 public Outcome(String outcomeName, Result result, Throwable throwable) { in Outcome() argument
62 this.output = sanitizeOutputLines(throwableToLines(throwable)); in Outcome()
/cts/common/util/src/com/android/compatibility/common/util/
DChecksumReporter.java390 public ChecksumValidationException(String detailMessage, Throwable throwable) { in ChecksumValidationException() argument
391 super(detailMessage, throwable); in ChecksumValidationException()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
DMtpHostTestActivity.java214 final Throwable throwable = (Throwable) msg.obj; in handleMessage()
215 throwable.printStackTrace(new PrintWriter(writer)); in handleMessage()