Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java432 Type [] types = ExtendTestClass1.class.getGenericInterfaces(); in test_getGenericInterfaces()
437 types = PublicTestClass.class.getGenericInterfaces(); in test_getGenericInterfaces()
443 types = TestInterface.class.getGenericInterfaces(); in test_getGenericInterfaces()
446 types = Collection.class.getGenericInterfaces(); in test_getGenericInterfaces()
450 assertEquals(0, int.class.getGenericInterfaces().length); in test_getGenericInterfaces()
451 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.java89 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
/libcore/ojluni/src/main/java/java/lang/
DClass.java1449 public Type[] getGenericInterfaces() { in getGenericInterfaces() method in Class
/libcore/ojluni/src/main/java/java/util/
DHashMap.java349 if ((ts = c.getGenericInterfaces()) != null) { in comparableClassFor()
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java718 if ((ts = c.getGenericInterfaces()) != null) { in comparableClassFor()
/libcore/api/
Dcurrent.txt3108 method @NonNull public java.lang.reflect.Type[] getGenericInterfaces();