Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DCtsAugmentedAutofillService.java105 List<Throwable> exceptions = sAugmentedReplier.mExceptions; in resetStaticState()
248 private List<Throwable> mExceptions; field in AugmentedReplier
259 return mExceptions; in getExceptions()
265 if (mExceptions == null) { in addException()
266 mExceptions = new ArrayList<>(); in addException()
268 mExceptions.add(e); in addException()
331 mExceptions = null; in reset()
DInstrumentedAutoFillService.java486 private List<Throwable> mExceptions; field in Replier
513 return mExceptions; in getExceptions()
519 if (mExceptions == null) { in addException()
520 mExceptions = new ArrayList<>(); in addException()
522 mExceptions.add(e); in addException()
672 mExceptions = null; in reset()
820 pw.print("mExceptions: "); pw.println(mExceptions); in dump()
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
DMethodSignature.java206 public final ImmutableSet<String> mExceptions; field in MethodSignature
216 mExceptions = ImmutableSet.copyOf(exceptions.stream().map(TypeMirror::toString).collect( in MethodSignature()
235 that.mName) && mParameterTypes.equals(that.mParameterTypes) && mExceptions.equals( in equals()
236 that.mExceptions); in equals()
241 return Objects.hash(mVisibility, mReturnType, mName, mParameterTypes, mExceptions); in hashCode()
252 + ", mExceptions=" + mExceptions in toString()
DProcessor.java704 methodSignature.mExceptions.equals(a.mExceptions) && in filterValidTestApis()
/cts/tests/translation/src/android/translation/cts/
DCtsTranslationService.java221 private List<Throwable> mExceptions; field in CtsTranslationService.TranslationReplier
232 return mExceptions; in getExceptions()
238 if (mExceptions == null) { in addException()
239 mExceptions = new ArrayList<>(); in addException()
241 mExceptions.add(e); in addException()
305 mExceptions = null; in reset()