Searched refs:throwable (Results 1 – 10 of 10) sorted by relevance
/cts/tests/app/app/src/android/app/stubs/ |
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/location/base/ |
D | GnssCtsTestResult.java | 50 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/ |
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()
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | ChecksumReporter.java | 390 public ChecksumValidationException(String detailMessage, Throwable throwable) { in ChecksumValidationException() argument 391 super(detailMessage, throwable); in ChecksumValidationException()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/ |
D | MtpHostTestActivity.java | 214 final Throwable throwable = (Throwable) msg.obj; in handleMessage() 215 throwable.printStackTrace(new PrintWriter(writer)); in handleMessage()
|