Home
last modified time | relevance | path

Searched refs:mExceptions (Results 1 – 2 of 2) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DCtsAugmentedAutofillService.java99 List<Throwable> exceptions = sAugmentedReplier.mExceptions; in resetStaticState()
252 private List<Throwable> mExceptions; field in CtsAugmentedAutofillService.AugmentedReplier
263 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()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DInstrumentedAutoFillService.java426 private List<Throwable> mExceptions; field in Replier
451 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()