Searched refs:getInterfaces (Results 1 – 16 of 16) sorted by relevance
212 for (Class<?> intf : clazz.getInterfaces()) { in checkProxyPackageAccess()
811 Class [] interfaces1 = Cls1.class.getInterfaces(); in test_getInterfaces()815 Class [] interfaces2 = Cls2.class.getInterfaces(); in test_getInterfaces()819 Class [] interfaces3 = Cls3.class.getInterfaces(); in test_getInterfaces()824 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()
89 public java.lang.Class<?>[] getInterfaces() { throw new RuntimeException("Stub!"); } in getInterfaces() method in Class
962 public Class<?>[] getInterfaces() { in getInterfaces() method in Class1035 result = getInterfaces(); in getGenericInterfaces()
84 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()
1307 Class<?>[] ifaces = cl.getInterfaces(); in writeProxyDesc()
1764 Class<?>[] interfaces = cl.getInterfaces(); in computeDefaultSUID()
1650 cl.getInterfaces()); in readProxyDesc()
1540 Class[] interfaces = ((Class) objLoaded).getInterfaces(); in test_writeObject_Proxy()