Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DAnnotationId.java148 CstType cstType = CstType.intern(type.ropType); in addToMethod() local
151 Annotation annotation = new Annotation(cstType, AnnotationVisibility.RUNTIME); in addToMethod()