Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
DClassTest.java516 Type [] types = ExtendTestClass1.class.getGenericInterfaces(); in test_getGenericInterfaces()
521 types = PublicTestClass.class.getGenericInterfaces(); in test_getGenericInterfaces()
527 types = TestInterface.class.getGenericInterfaces(); in test_getGenericInterfaces()
530 types = List.class.getGenericInterfaces(); in test_getGenericInterfaces()
534 assertEquals(0, int.class.getGenericInterfaces().length); in test_getGenericInterfaces()
535 assertEquals(0, void.class.getGenericInterfaces().length); in test_getGenericInterfaces()
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DClassLoaderReflectionTest.java97 Type[] types = eClass.getGenericInterfaces(); in testGenericInterfaces()
/libcore/luni/src/main/java/java/lang/
DClass.java906 public Type[] getGenericInterfaces() { in getGenericInterfaces() method in Class