Searched refs:mExceptions (Results 1 – 5 of 5) sorted by relevance
105 List<Throwable> exceptions = sAugmentedReplier.mExceptions; in resetStaticState()248 private List<Throwable> mExceptions; field in AugmentedReplier259 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()
486 private List<Throwable> mExceptions; field in Replier513 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()
206 public final ImmutableSet<String> mExceptions; field in MethodSignature216 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()
704 methodSignature.mExceptions.equals(a.mExceptions) && in filterValidTestApis()
221 private List<Throwable> mExceptions; field in CtsTranslationService.TranslationReplier232 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()