Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DAnnotationUtils.java59 AnnotationMirror exactlyOneMirror(@NonNull String qualifiedName, @NonNull Element element) { in exactlyOneMirror() method in AnnotationUtils
H A DInspectablePropertyProcessor.java145 mAnnotationUtils.exactlyOneMirror(mQualifiedName, element); in process()