Searched refs:mAnnotationType (Results 1 – 2 of 2) sorted by relevance
416 private final Class<A> mAnnotationType;422 mAnnotationType = annotationType;441 if (mAnnotationType.isInstance(annotation)) {442 allAnnotations.add(mAnnotationType.cast(annotation));453 A[] repeatedAnnotations = clazz.getAnnotationsByType(mAnnotationType);
754 private Class<A> mAnnotationType; field in ExtendedMockitoRuleTest.ClassAnnotation758 mAnnotationType = annotationType; in ClassAnnotation()764 return mAnnotationType; in annotationType()773 return Objects.hash(mAnnotationType, mClass); in hashCode()788 return Objects.equals(mAnnotationType, other.mAnnotationType) in equals()