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

/dalvik/dx/src/com/android/dx/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/cf/
H A DAttributeTranslator.java156 public static Annotations getMethodAnnotations(Method method) { method in class:AttributeTranslator
H A DCfTranslator.java327 AttributeTranslator.getMethodAnnotations(one);
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java702 clazz.getMethodAnnotations(meth.getRef());

Completed in 525 milliseconds