Home
last modified time | relevance | path

Searched defs:getDeclaredMethods (Results 1 – 2 of 2) sorted by relevance

/dalvik/libcore/luni-kernel/src/main/java/java/lang/
DClassCache.java151 public Method[] getDeclaredMethods() { in getDeclaredMethods() method in ClassCache
178 public Method[] getDeclaredMethods(boolean publicOnly) { in getDeclaredMethods() method in ClassCache
DClass.java788 public Method[] getDeclaredMethods() throws SecurityException { in getDeclaredMethods() method in Class
800 static native Method[] getDeclaredMethods(Class<?> clazz, boolean publicOnly); in getDeclaredMethods() method in Class