OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interfacesa
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/test/java/libcore/java/lang/reflect/
ProxyTest.java
48
Class[]
interfacesA
= { loaderA.loadClass(prefix + "$Echo") };
50
Proxy.newProxyInstance(loaderB,
interfacesA
, returnHandler);
63
Class[]
interfacesA
= { loaderA.loadClass(prefix + "$Echo") };
64
Object proxy = Proxy.newProxyInstance(loaderA,
interfacesA
, invocationHandlerB);
Completed in 178 milliseconds