Searched refs:SimpleInterface (Results 1 - 2 of 2) sorted by relevance

/art/test/165-lock-owner-proxy/src/
H A DMain.java26 static SimpleInterface inf;
30 inf = (SimpleInterface)Proxy.newProxyInstance(SimpleInterface.class.getClassLoader(),
31 new Class[] { SimpleInterface.class }, new EmptyInvocationHandler());
52 private static interface SimpleInterface { interface in class:Main
/art/test/004-JniTest/src/
H A DMain.java245 private interface SimpleInterface { interface in class:Main
257 SimpleInterface proxy =
258 (SimpleInterface) Proxy.newProxyInstance(SimpleInterface.class.getClassLoader(),
259 new Class<?>[] {SimpleInterface.class}, handler);
260 if (testGetMethodID(SimpleInterface.class) == 0) {

Completed in 43 milliseconds