Searched refs:mExceptions (Results 1 – 2 of 2) sorted by relevance
74 private final ArrayList<Throwable> mExceptions = new ArrayList<>(); field in TestableInstrumentation.MainLooperManager100 if (!checkStack(t) || (mExceptions.size() == MAX_CRASHES)) { in run()103 mExceptions.add(t); in run()132 if (mExceptions.size() != 0) { in destroy()133 throw new RuntimeException("Exception caught during tests", mExceptions.get(0)); in destroy()
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...