Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/674-hiddenapi/src-ex/
H A DReflection.java94 public static boolean canDiscoverWithGetDeclaredMethods(Class<?> klass, String name) { in canDiscoverWithGetDeclaredMethods() method in Reflection
H A DChildClass.java350 if (Reflection.canDiscoverWithGetDeclaredMethods(klass, name) != canDiscover) { in checkMethod()