Searched refs:annotationSetItems (Results 1 – 2 of 2) sorted by relevance
48 public List<AnnotationSetItem> annotationSetItems; field in RawDexFile227 if (mapItem.size != annotationSetItems.size()) { in write()230 + annotationSetItems.size()); in write()232 for (AnnotationSetItem annotationSetItem : annotationSetItems) { in write()
131 rawDexFile.annotationSetItems = new ArrayList<AnnotationSetItem>(mapItem.size); in read()134 rawDexFile.annotationSetItems.add(newAnnotationSetItem); in read()