Searched refs:throwable (Results 1 – 7 of 7) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | IntentServiceStub.java | 40 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/ |
D | InflateExceptionTest.java | 39 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/ |
D | Threads.java | 51 …rotected void afterExecute(Runnable runnable, Throwable throwable) { if (throwable … in fixedThreadsExecutor() 52 Log.info("Unexpected failure from " + runnable, throwable); in fixedThreadsExecutor()
|
D | Log.java | 56 public static void info(String message, Throwable throwable) { in info() argument 58 sLogoutput.info(message, throwable); in info()
|
D | LogOutput.java | 34 void info(String message, Throwable throwable); in info() argument
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | SensorCtsTestResult.java | 52 public void addError(Test test, Throwable throwable) { in addError() argument 53 mWrappedTestResult.addError(test, throwable); in addError()
|
/cts/libs/vogar-expect/src/vogar/ |
D | Outcome.java | 59 public Outcome(String outcomeName, Result result, Throwable throwable) { in Outcome() argument 62 this.output = sanitizeOutputLines(throwableToLines(throwable)); in Outcome()
|