Home
last modified time | relevance | path

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

/build/tools/droiddoc/src/
DConverter.java692 private static HashMap<AnnotationValue,AnnotationValueInfo> mAnnotationValues = new HashMap(); field in Converter
700 AnnotationValueInfo v = mAnnotationValues.get(o); in obtainAnnotationValue()
703 mAnnotationValues.put(o, v); in obtainAnnotationValue()
748 AnnotationValueInfo v = mAnnotationValues.get(o); in finishAnnotationValueInit()