Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
DProxyDebuggee.java39 static interface InterfaceForProxy { interface in ProxyDebuggee
60 new Class<?>[] { InterfaceForProxy.class }, in invokeBreakpointMethodFromProxy()
62 InterfaceForProxy proxy = (InterfaceForProxy) checkedProxyObject; in invokeBreakpointMethodFromProxy()