HomeSort by relevance Sort by last modified time
    Searched refs:annotationItems (Results 1 - 2 of 2) sorted by null

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
RawDexFile.java 49 public List<AnnotationItem> annotationItems;
268 if (mapItem.size != annotationItems.size()) {
270 + " no longer matches AnnotationItems table size "
271 + annotationItems.size());
273 for (AnnotationItem annotationItem : annotationItems) {
384 if (annotationItems != null) {
385 for (AnnotationItem annotationItem : annotationItems) {
MapList.java 178 rawDexFile.annotationItems = new ArrayList<AnnotationItem>(mapItem.size);
181 rawDexFile.annotationItems.add(newAnnotationItem);

Completed in 672 milliseconds