Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/reflect/
DAnnotationAccess.java193 String annotationInternalName = InternalNames.getInternalName(annotationClass); in getAnnotation() local
202 if (candidateInternalName.equals(annotationInternalName)) { in getAnnotation()