Home
last modified time | relevance | path

Searched refs:sExceptions (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextClassifierTestWatcher.java58 private static final ArrayList<Throwable> sExceptions = new ArrayList<>(); field in TextClassifierTestWatcher
130 sExceptions.clear(); in resetStaticState()
218 return Collections.unmodifiableList(sExceptions); in getExceptions()
224 sExceptions.add(new IllegalStateException(msg)); in addException()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCtsContentCaptureService.java87 private static final ArrayList<Throwable> sExceptions = new ArrayList<>(); field in CtsContentCaptureService
181 sExceptions.clear(); in resetStaticState()
498 pw.print("sExceptions: "); pw.println(sExceptions); in dump()
526 return Collections.unmodifiableList(sExceptions); in getExceptions()
557 sExceptions.add(t); in safeRun()
564 sExceptions.add(new IllegalStateException(msg)); in addException()