Home
last modified time | relevance | path

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

/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DProcessingException.java35 private final @Nullable AnnotationValue mAnnotationValue; field in ProcessingException
60 mAnnotationValue = annotationValue; in ProcessingException()
71 if (mAnnotationValue != null) { in print()
73 ERROR, getMessage(), mElement, mAnnotationMirror, mAnnotationValue); in print()