Home
last modified time | relevance | path

Searched refs:canGetField (Results 1 – 3 of 3) sorted by relevance

/art/test/674-hiddenapi/src-ex/
DJNI.java19 public static native boolean canGetField(Class<?> klass, String name, boolean isStatic); in canGetField() method in JNI
DReflection.java61 public static boolean canGetField(Class<?> klass, String name) { in canGetField() method in Reflection
DChildClass.java314 if (!Reflection.canGetField(klass, name)) { in checkField()
320 if (!JNI.canGetField(klass, name, isStatic)) { in checkField()