Home
last modified time | relevance | path

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

/aosp12/art/test/674-hiddenapi/src-ex/
H A DChildClass.java315 throwAccessException(klass, name, true, "Field.getInt()"); in checkField()
318 throwAccessException(klass, name, true, "Field.setInt()"); in checkField()
321 throwAccessException(klass, name, true, "getIntField"); in checkField()
324 throwAccessException(klass, name, true, "setIntField"); in checkField()
411 throwAccessException(klass, name, false, "invoke()"); in checkMethod()
414 throwAccessException(klass, name, false, "CallMethodA"); in checkMethod()
417 throwAccessException(klass, name, false, "CallMethodV"); in checkMethod()
503 throwAccessException(klass, fullName, false, "invoke()"); in checkConstructor()
506 throwAccessException(klass, fullName, false, "NewObjectA"); in checkConstructor()
509 throwAccessException(klass, fullName, false, "NewObjectV"); in checkConstructor()
[all …]