Searched refs:mAnnotations (Results 1 – 2 of 2) sorted by relevance
29 private final Annotation[] mAnnotations; field in DynamicParameterizedAnnotation33 mAnnotations = annotations; in DynamicParameterizedAnnotation()43 return mAnnotations; in annotations()57 return Objects.equals(mName, that.mName) && Arrays.equals(mAnnotations, in equals()58 that.mAnnotations); in equals()64 result = 31 * result + Arrays.hashCode(mAnnotations); in hashCode()
106 private Annotation[] mAnnotations; field in BedsteadJUnit4.BedsteadFrameworkMethod132 this.mAnnotations = annotations.toArray(new Annotation[0]); in calculateAnnotations()166 return mAnnotations; in getAnnotations()