Searched defs:addMethodAnnotations (Results 1 - 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationsDirectoryItem.java172 public void addMethodAnnotations(CstMethodRef method, method in class:AnnotationsDirectoryItem
H A DClassDefItem.java349 public void addMethodAnnotations(CstMethodRef method, method in class:ClassDefItem
351 annotationsDirectory.addMethodAnnotations(method, annotations);
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java172 public void addMethodAnnotations(CstMethodRef method, method in class:AnnotationsDirectoryItem
H A DClassDefItem.java347 public void addMethodAnnotations(CstMethodRef method, method in class:ClassDefItem
349 annotationsDirectory.addMethodAnnotations(method, annotations);

Completed in 255 milliseconds