Searched refs:mExceptions (Results 1 – 2 of 2) sorted by relevance
99 List<Throwable> exceptions = sAugmentedReplier.mExceptions; in resetStaticState()252 private List<Throwable> mExceptions; field in CtsAugmentedAutofillService.AugmentedReplier263 return mExceptions; in getExceptions()269 if (mExceptions == null) { in addException()270 mExceptions = new ArrayList<>(); in addException()272 mExceptions.add(e); in addException()335 mExceptions = null; in reset()
426 private List<Throwable> mExceptions; field in Replier451 return mExceptions; in getExceptions()457 if (mExceptions == null) { in addException()458 mExceptions = new ArrayList<>(); in addException()460 mExceptions.add(e); in addException()597 mExceptions = null; in reset()703 pw.print("mExceptions: "); pw.println(mExceptions); in dump()