HomeSort by relevance Sort by last modified time
    Searched refs:MyInterface (Results 1 - 2 of 2) sorted by null

  /art/test/044-proxy/src/
ReturnsAndArgPassing.java 28 interface MyInterface {
58 check(method.getDeclaringClass() == MyInterface.class);
97 MyInterface proxyMyInterface =
98 (MyInterface)Proxy.newProxyInstance(ReturnsAndArgPassing.class.getClassLoader(),
99 new Class[] { MyInterface.class },
440 MyInterface proxyMyInterface =
441 (MyInterface)Proxy.newProxyInstance(ReturnsAndArgPassing.class.getClassLoader(),
442 new Class[] { MyInterface.class },
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldAndroidClassTest.java 157 interface MyInterface {
161 interface MyOtherInterface extends MyInterface {
175 Method[] methods = MyInterface.class.getMethods();

Completed in 272 milliseconds