Searched refs:hasRuntimeVisibleAnnotation (Results 1 – 1 of 1) sorted by relevance
167 if (hasRuntimeVisibleAnnotation(clazz)) { in keepAnnotated()172 if (hasRuntimeVisibleAnnotation(methods.get(i))) { in keepAnnotated()179 if (hasRuntimeVisibleAnnotation(fields.get(i))) { in keepAnnotated()190 private boolean hasRuntimeVisibleAnnotation(HasAttribute element) { in hasRuntimeVisibleAnnotation() method in MainDexListBuilder