Searched refs:hasRuntimeVisibleAnnotation (Results 1 – 1 of 1) sorted by relevance
166 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