Home
last modified time | relevance | path

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

/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/visitors/
DStubGeneratingAdapter.kt51 return StubMethodVisitor(access, name, descriptor, signature, exceptions, superVisitor) in visitMethodInner()
54 private inner class StubMethodVisitor( class