Home
last modified time | relevance | path

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

/cts/tests/signature/lib/common/src/android/signature/cts/
DAnnotationChecker.java67 Set<Field> fields = ReflectionHelper.getAnnotatedFields(clazz, annotationSpec); in AnnotationChecker()
DReflectionHelper.java555 public static Set<Field> getAnnotatedFields(Class<?> clazz, String annotationSpec) { in getAnnotatedFields() method in ReflectionHelper