Searched refs:setClassAnnotations (Results 1 - 5 of 5) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DClassDefItem.java328 public void setClassAnnotations(Annotations annotations) { method in class:ClassDefItem
329 annotationsDirectory.setClassAnnotations(annotations);
H A DAnnotationsDirectoryItem.java137 public void setClassAnnotations(Annotations annotations) { method in class:AnnotationsDirectoryItem
/dalvik/dx/src/com/android/dx/dex/file/
H A DClassDefItem.java326 public void setClassAnnotations(Annotations annotations) { method in class:ClassDefItem
327 annotationsDirectory.setClassAnnotations(annotations);
H A DAnnotationsDirectoryItem.java137 public void setClassAnnotations(Annotations annotations) { method in class:AnnotationsDirectoryItem
/dalvik/dx/src/com/android/dx/dex/cf/
H A DCfTranslator.java130 out.setClassAnnotations(classAnnotations);

Completed in 1081 milliseconds