Home
last modified time | relevance | path

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

/frameworks/libs/modules-utils/java/com/android/modules/utils/testing/
DAbstractExtendedMockitoRule.java416 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);
/frameworks/libs/modules-utils/javatests/com/android/modules/utils/testing/
DExtendedMockitoRuleTest.java754 private Class<A> mAnnotationType; field in ExtendedMockitoRuleTest.ClassAnnotation
758 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()