Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/src-ex/
DChildClass.java236 throwDiscoveryException(klass, name, true, "getDeclaredField()", canDiscover); in checkField()
240 throwDiscoveryException(klass, name, true, "getDeclaredFields()", canDiscover); in checkField()
244 throwDiscoveryException(klass, name, true, "getField()", (canDiscover && isPublic)); in checkField()
248 throwDiscoveryException(klass, name, true, "getFields()", (canDiscover && isPublic)); in checkField()
254 throwDiscoveryException(klass, name, true, "JNI", canDiscover); in checkField()
263 throwDiscoveryException(klass, name, true, "MethodHandles.lookup().findGetter()", in checkField()
268 throwDiscoveryException(klass, name, true, "MethodHandles.lookup().findStaticGetter()", in checkField()
279 throwDiscoveryException(klass, name, true, "MethodHandles.publicLookup().findSetter()", in checkField()
284 throwDiscoveryException(klass, name, true, "MethodHandles.publicLookup().findStaticSetter()", in checkField()
293 throwDiscoveryException(klass, name, false, in checkField()
[all …]