Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
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/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()