Searched refs:getInterfaces (Results 1 – 13 of 13) sorted by relevance
212 for (Class<?> intf : clazz.getInterfaces()) { in checkProxyPackageAccess()
871 Class [] interfaces1 = Cls1.class.getInterfaces(); in test_getInterfaces()875 Class [] interfaces2 = Cls2.class.getInterfaces(); in test_getInterfaces()879 Class [] interfaces3 = Cls3.class.getInterfaces(); in test_getInterfaces()884 Class [] interfaces4 = Cls4.class.getInterfaces(); in test_getInterfaces()
250 Class<?>[] actualInterfaces = lambdaClass.getInterfaces(); in assertLambdaImplementsInterfaces()
352 interfaces = Object.class.getInterfaces(); in test_getInterfaces()354 interfaceList = Arrays.asList(Vector.class.getInterfaces()); in test_getInterfaces()
266 …<?> c = Proxy.getProxyClass(myImpl.getClass().getClassLoader(), myImpl.getClass().getInterfaces()); in test_ProxyClass_withParentAndSubInThrowList()
132 Class<?>[] interfaces = c.getInterfaces(); in parseForClass()
88 public java.lang.Class<?>[] getInterfaces() { throw new RuntimeException("Stub!"); } in getInterfaces() method in Class
86 public java.lang.@libcore.util.NonNull Class<?> @libcore.util.NonNull [] getInterfaces() { throw ne… in getInterfaces() method in Class
796 getMethodsRecursive(i.getInterfaces(), methods); in getMethodsRecursive()
131 public java.lang.Class<?>[] getInterfaces() { in getInterfaces() method in Class
641 Class[] interfaceNames = clazz.getInterfaces(); in test_resolveProxyClass()651 Class[] implementedInterfaces = s.getInterfaces(); in test_resolveProxyClass()
1540 Class[] interfaces = ((Class) objLoaded).getInterfaces(); in test_writeObject_Proxy()
1764 Class<?>[] interfaces = cl.getInterfaces(); in computeDefaultSUID()