Searched refs:annotationClass (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/libcore/reflect/
H A DAnnotationAccess.java169 AnnotatedElement element, Class<A> annotationClass) {
170 com.android.dex.Annotation a = getMethodAnnotation(element, annotationClass);
172 ? toAnnotationInstance(getDexClass(element), annotationClass, a)
180 AnnotatedElement element, Class<? extends Annotation> annotationClass) {
181 return getMethodAnnotation(element, annotationClass) != null;
185 AnnotatedElement element, Class<? extends Annotation> annotationClass) {
188 int annotationTypeIndex = getTypeIndex(dex, annotationClass);
356 Class<?> annotationClass = method.getDeclaringClass();
357 Dex dex = annotationClass.getDex();
359 dex, annotationClass, "Ldalvi
168 getDeclaredAnnotation( AnnotatedElement element, Class<A> annotationClass) argument
179 isDeclaredAnnotationPresent( AnnotatedElement element, Class<? extends Annotation> annotationClass) argument
184 getMethodAnnotation( AnnotatedElement element, Class<? extends Annotation> annotationClass) argument
668 toAnnotationInstance(Class<?> context, Class<A> annotationClass, com.android.dex.Annotation annotation) argument
674 toAnnotationInstance(Class<?> context, Dex dex, Class<A> annotationClass, EncodedValueReader reader) argument
[all...]
/libcore/libart/src/main/java/java/lang/reflect/
H A DAbstractMethod.java58 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { argument
59 return super.getAnnotation(annotationClass);
/libcore/libdvm/src/main/java/java/lang/
H A DClass.java524 native private <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationClass); argument
529 native private boolean isDeclaredAnnotationPresent(Class<? extends Annotation> annotationClass); argument
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 136 milliseconds