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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
H A DAnnotationIdTest.java90 Annotation[] methodAnnotations = getMethodAnnotations(methodId);
106 Annotation[] methodAnnotations = getMethodAnnotations(methodId);
122 Annotation[] methodAnnotations = getMethodAnnotations(methodId);
138 Annotation[] methodAnnotations = getMethodAnnotations(methodId);
154 Annotation[] methodAnnotations = getMethodAnnotations(methodId);
170 Annotation[] methodAnnotations = getMethodAnnotations(methodId);
186 Annotation[] methodAnnotations = getMethodAnnotations(methodId);
202 Annotation[] methodAnnotations = getMethodAnnotations(methodId);
218 Annotation[] methodAnnotations = getMethodAnnotations(methodId);
234 Annotation[] methodAnnotations = getMethodAnnotations(methodI
370 private Annotation[] getMethodAnnotations(MethodId<?, Void> methodId) throws Exception { method in class:AnnotationIdTest
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DClassSection.java72 @Nullable AnnotationSetKey getMethodAnnotations(@Nonnull MethodKey key); method in interface:ClassSection
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DClassPool.java330 @Nullable @Override public Set<? extends Annotation> getMethodAnnotations(@Nonnull PoolMethod method) { method in class:ClassPool
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderClassPool.java227 @Nullable @Override public BuilderAnnotationSet getMethodAnnotations(@Nonnull BuilderMethod builderMethod) { method in class:BuilderClassPool
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 679 milliseconds