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.java66 private static final ArrayList<Throwable> sExceptions = new ArrayList<>(); field in CtsContentCaptureService
137 sExceptions.clear(); in resetStaticState()
358 pw.print("sExceptions: "); pw.println(sExceptions); in dump()
386 return Collections.unmodifiableList(sExceptions); in getExceptions()
417 sExceptions.add(t); in safeRun()
424 sExceptions.add(new IllegalStateException(msg)); in addException()