Home
last modified time | relevance | path

Searched defs:getMethodAnnotations (Results 1 – 2 of 2) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DClassSection.java72 @Nullable AnnotationSetKey getMethodAnnotations(@Nonnull MethodKey key); in getMethodAnnotations() method
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DAnnotationIdTest.java382 private Annotation[] getMethodAnnotations(MethodId<?, Void> methodId) throws Exception { in getMethodAnnotations() method in AnnotationIdTest