Home
last modified time | relevance | path

Searched refs:methodAnnotation (Results 1 – 1 of 1) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexMethodImpl.java46 private final MethodAnnotation methodAnnotation; field in DexMethodImpl
56 int accessFlags, MethodAnnotation methodAnnotation, in DexMethodImpl() argument
64 this.methodAnnotation = methodAnnotation; in DexMethodImpl()
86 if (methodAnnotation != null) { in parseAnnotations()
87 buffer.setPosition(methodAnnotation.annotationsOff); in parseAnnotations()