Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java428 Type [] types = ExtendTestClass1.class.getGenericInterfaces(); in test_getGenericInterfaces()
433 types = PublicTestClass.class.getGenericInterfaces(); in test_getGenericInterfaces()
439 types = TestInterface.class.getGenericInterfaces(); in test_getGenericInterfaces()
442 types = List.class.getGenericInterfaces(); in test_getGenericInterfaces()
446 assertEquals(0, int.class.getGenericInterfaces().length); in test_getGenericInterfaces()
447 assertEquals(0, void.class.getGenericInterfaces().length); in test_getGenericInterfaces()
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DClassLoaderReflectionTest.java93 Type[] types = eClass.getGenericInterfaces(); in testGenericInterfaces()
/libcore/ojluni/annotations/mmodule/java/lang/
DClass.annotated.java90 public java.lang.reflect.Type[] getGenericInterfaces() { throw new RuntimeException("Stub!"); } in getGenericInterfaces() method in Class
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DClass.annotated.java88 public java.lang.reflect.@libcore.util.NonNull Type @libcore.util.NonNull [] getGenericInterfaces()… in getGenericInterfaces() method in Class
/libcore/ojluni/annotations/hiddenapi/java/lang/
DClass.java137 public java.lang.reflect.Type[] getGenericInterfaces() { in getGenericInterfaces() method in Class