Home
last modified time | relevance | path

Searched refs:getGenericInterfaces (Results 1 – 4 of 4) 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/src/main/java/java/lang/
DClass.java978 public Type[] getGenericInterfaces() { in getGenericInterfaces() method in Class
/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java690 if ((ts = c.getGenericInterfaces()) != null) { in comparableClassFor()