Home
last modified time | relevance | path

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

/frameworks/base/tools/processors/unsupportedappusage/src/android/processor/unsupportedappusage/
DUnsupportedAppUsageProcessor.java145 private String getAnnotationIndex(String signature, Element annotatedElement) { in getAnnotationIndex() argument
148 getUnsupportedAppUsageAnnotationMirror(annotatedElement); in getAnnotationIndex()
150 javacElem.getTreeAndTopLevel(annotatedElement, unsupportedAppUsage, null); in getAnnotationIndex()