Searched refs:sExceptions (Results 1 – 1 of 1) sorted by relevance
66 private static final ArrayList<Throwable> sExceptions = new ArrayList<>(); field in CtsContentCaptureService137 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()