Searched refs:getMethodAnnotations (Results 1 - 7 of 7) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DClassDefItem.java372 public Annotations getMethodAnnotations(CstMethodRef method) { method in class:ClassDefItem
373 return annotationsDirectory.getMethodAnnotations(method);
H A DAnnotationsDirectoryItem.java204 public Annotations getMethodAnnotations(CstMethodRef method) { method in class:AnnotationsDirectoryItem
/dalvik/dx/src/com/android/dx/dex/file/
H A DClassDefItem.java370 public Annotations getMethodAnnotations(CstMethodRef method) { method in class:ClassDefItem
371 return annotationsDirectory.getMethodAnnotations(method);
H A DAnnotationsDirectoryItem.java204 public Annotations getMethodAnnotations(CstMethodRef method) { method in class:AnnotationsDirectoryItem
/dalvik/dx/src/com/android/dx/dex/cf/
H A DAttributeTranslator.java154 public static Annotations getMethodAnnotations(Method method) { method in class:AttributeTranslator
H A DCfTranslator.java331 AttributeTranslator.getMethodAnnotations(one);
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java842 clazz.getMethodAnnotations(meth.getRef());

Completed in 125 milliseconds