Home
last modified time | relevance | path

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

/build/tools/droiddoc/src/
DConverter.java398 result.init(Converter.obtainAnnotationValue(m.defaultValue(), result));
654 elementValues[i] = obtainAnnotationValue(ev[i].value(),
695 private static AnnotationValueInfo obtainAnnotationValue(AnnotationValue o, MethodInfo element) in obtainAnnotationValue() method in Converter
731 array[i] = Converter.obtainAnnotationValue(old[i], null); in initAnnotationValue()