Home
last modified time | relevance | path

Searched refs:getAnnotationIndex (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() method in UnsupportedAppUsageProcessor
186 .map(e -> getAnnotationIndex(e.getKey() ,e.getValue()))); in process()