Searched refs:getGenericInterfaces (Results 1 – 9 of 9) sorted by relevance
432 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()
93 Type[] types = eClass.getGenericInterfaces(); in testGenericInterfaces()
90 public java.lang.reflect.Type[] getGenericInterfaces() { throw new RuntimeException("Stub!"); } in getGenericInterfaces() method in Class
89 public java.lang.reflect.@libcore.util.NonNull Type @libcore.util.NonNull [] getGenericInterfaces()… in getGenericInterfaces() method in Class
137 public java.lang.reflect.Type[] getGenericInterfaces() { in getGenericInterfaces() method in Class
1449 public Type[] getGenericInterfaces() { in getGenericInterfaces() method in Class
349 if ((ts = c.getGenericInterfaces()) != null) { in comparableClassFor()
718 if ((ts = c.getGenericInterfaces()) != null) { in comparableClassFor()
3108 method @NonNull public java.lang.reflect.Type[] getGenericInterfaces();