Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/multidex/
DMainDexListBuilder.java166 if (hasRuntimeVisibleAnnotation(clazz)) { in keepAnnotated()
171 if (hasRuntimeVisibleAnnotation(methods.get(i))) { in keepAnnotated()
178 if (hasRuntimeVisibleAnnotation(fields.get(i))) { in keepAnnotated()
189 private boolean hasRuntimeVisibleAnnotation(HasAttribute element) { in hasRuntimeVisibleAnnotation() method in MainDexListBuilder