Home
last modified time | relevance | path

Searched refs:getMethodsRecursive (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java786 getMethodsRecursive(interfaces, result); in getMethods()
794 private static void getMethodsRecursive(Class<?>[] interfaces, List<Method> methods) { in getMethodsRecursive() method in Proxy
796 getMethodsRecursive(i.getInterfaces(), methods); in getMethodsRecursive()
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DProxy.java72 private static void getMethodsRecursive( in getMethodsRecursive() method in Proxy