Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCtsContentCaptureService.java67 private static final ArrayList<Throwable> sExceptions = new ArrayList<>(); field in CtsContentCaptureService
138 sExceptions.clear(); in resetStaticState()
359 pw.print("sExceptions: "); pw.println(sExceptions); in dump()
387 return Collections.unmodifiableList(sExceptions); in getExceptions()
418 sExceptions.add(t); in safeRun()
425 sExceptions.add(new IllegalStateException(msg)); in addException()