Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DAnnotationUtils.java43 private final Types mTypeUtils; field in AnnotationUtils
47 mTypeUtils = processingEnv.getTypeUtils(); in AnnotationUtils()
66 if (mTypeUtils.isSameType(annotationType, targetType)) { in exactlyOneMirror()
102 if (mTypeUtils.isSubtype(annotation.getAnnotationType(), annotationType)) { in hasAnnotation()