Home
last modified time | relevance | path

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

/build/tools/droiddoc/src/
DConverter.java714 Object converted; in initAnnotationValue() local
717 converted = Converter.obtainType((Type)orig); in initAnnotationValue()
721 converted = Converter.obtainField((FieldDoc)orig); in initAnnotationValue()
725 converted = Converter.obtainAnnotationInstance((AnnotationDesc)orig); in initAnnotationValue()
733 converted = array; in initAnnotationValue()
736 converted = orig; in initAnnotationValue()
738 v.init(converted); in initAnnotationValue()