Searched refs:mExceptions (Results 1 – 1 of 1) sorted by relevance
79 private final ArrayList<Throwable> mExceptions = new ArrayList<>(); field in TestableInstrumentation.MainLooperManager105 if (!checkStack(t) || (mExceptions.size() == MAX_CRASHES)) { in run()108 mExceptions.add(t); in run()137 if (mExceptions.size() != 0) { in destroy()138 throw new RuntimeException("Exception caught during tests", mExceptions.get(0)); in destroy()