Home
last modified time | relevance | path

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

/build/tools/droiddoc/src/
DMethodInfo.java295 public void init(AnnotationValueInfo defaultAnnotationElementValue) in init() argument
297 mDefaultAnnotationElementValue = defaultAnnotationElementValue; in init()
617 public AnnotationValueInfo defaultAnnotationElementValue() in defaultAnnotationElementValue() method in MethodInfo
DStubs.java765 AnnotationValueInfo def = ann.defaultAnnotationElementValue(); in writeAnnotationElement()