Home
last modified time | relevance | path

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

/art/test/044-proxy/src/
DNativeProxy.java44 new NativeInvocationHandler()); in main()
52 public static class NativeInvocationHandler implements InvocationHandler { class in NativeProxy