Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/dex/cf/
DAttributeTranslator.java126 Annotations innerClassAnnotations = in getClassAnnotations() local
129 if (innerClassAnnotations != null) { in getClassAnnotations()
130 result = Annotations.combine(result, innerClassAnnotations); in getClassAnnotations()