Home
last modified time | relevance | path

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

/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/visitors/
DImplGeneratingAdapter.kt189 fun MethodVisitor.withAnnotation(descriptor: String): MethodVisitor { in <lambda>() method
201 .withAnnotation(HostStubGenProcessedAsThrow.CLASS_DESCRIPTOR) in <lambda>()
207 .withAnnotation(HostStubGenProcessedAsSubstitute.CLASS_DESCRIPTOR) in <lambda>()
219 .withAnnotation(HostStubGenProcessedAsIgnore.CLASS_DESCRIPTOR) in <lambda>()
228 innerVisitor?.withAnnotation(HostStubGenProcessedAsSubstitute.CLASS_DESCRIPTOR) in <lambda>()