HomeSort by relevance Sort by last modified time
    Searched full:annotationin (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java 196 Dex.Section annotationIn = dex.open(annotationOffset); // annotation_item
200 com.android.dex.Annotation candidate = annotationIn.readAnnotation();
540 Dex.Section annotationIn = dex.open(annotationOffset); // annotation_item
541 com.android.dex.Annotation candidate = annotationIn.readAnnotation();
625 Dex.Section annotationIn = dex.open(annotationOffset); // annotation_item
626 com.android.dex.Annotation annotation = annotationIn.readAnnotation();

Completed in 2062 milliseconds