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

/external/dexmaker/src/dx/java/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
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DAnnotationDirectoryItem.java379 public List<MethodAnnotation> getMethodAnnotations() { method in class:AnnotationDirectoryItem
421 public AnnotationSetItem getMethodAnnotations(MethodIdItem methodIdItem) { method in class:AnnotationDirectoryItem
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DClassDefinition.java324 methodAnnotations = annotations.getMethodAnnotations(method.method);

Completed in 119 milliseconds