Searched refs:sExceptions (Results 1 – 2 of 2) sorted by relevance
58 private static final ArrayList<Throwable> sExceptions = new ArrayList<>(); field in TextClassifierTestWatcher130 sExceptions.clear(); in resetStaticState()218 return Collections.unmodifiableList(sExceptions); in getExceptions()224 sExceptions.add(new IllegalStateException(msg)); in addException()
87 private static final ArrayList<Throwable> sExceptions = new ArrayList<>(); field in CtsContentCaptureService181 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()