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