Searched refs:getDeclaredMethods (Results 1 - 9 of 9) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DMissingClassesTest.java48 loadableClass.getDeclaredMethods();
H A DMethodOverridesTest.java61 Set<String> signatures = signatures(Sub.class.getDeclaredMethods());
88 Set<String> signatures = signatures(Sub.class.getDeclaredMethods());
/libcore/libdvm/src/main/java/java/lang/
H A DClass.java655 public Method[] getDeclaredMethods() { method in class:Class
656 return getDeclaredMethods(this, false);
662 static native Method[] getDeclaredMethods(Class<?> c, boolean publicOnly); method in class:Class
873 * @see #getDeclaredMethods()
894 for (Method method : Class.getDeclaredMethods(c, true)) {
/libcore/libart/src/main/java/java/lang/
H A DClass.java760 public Method[] getDeclaredMethods() { method in class:Class
764 getDeclaredMethods(false, methods);
779 private void getDeclaredMethods(boolean publicOnly, List<Method> methods) { method in class:Class
813 * @see #getDeclaredMethods()
832 getDeclaredMethods(true, result);
836 c.getDeclaredMethods(true, result);
844 ifc.getDeclaredMethods(true, result);
/libcore/luni/src/main/java/libcore/reflect/
H A DAnnotationFactory.java68 Method[] declaredMethods = annotationType.getDeclaredMethods();
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
H A DMethodTest.java249 mths = TestMethod.class.getDeclaredMethods();
369 Method[] declaredMethods = BrigeTest.class.getDeclaredMethods();
386 Method[] declaredMethods = BrigeTest.class.getDeclaredMethods();
549 methods = cl.getDeclaredMethods();
/libcore/libart/src/main/java/java/lang/reflect/
H A DProxy.java285 Collections.addAll(methods, i.getDeclaredMethods());
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
H A DAnnotationTest.java53 List<Method> methods = Arrays.asList(AnnotatedClass.class.getDeclaredMethods());
/libcore/luni/src/main/java/java/io/
H A DObjectStreamClass.java546 Method[] methods = cl.getDeclaredMethods();

Completed in 822 milliseconds