Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/src-ex/
DChildClass.java184 boolean isPublic, boolean isField, boolean expectedCallback) { in checkMemberCallback() argument
190 if (isField) { in checkMemberCallback()
196 if (isField) { in checkMemberCallback()
534 private static void throwDiscoveryException(Class<?> klass, String name, boolean isField, in throwDiscoveryException() argument
536 throw new RuntimeException("Expected " + (isField ? "field " : "method ") + klass.getName() + in throwDiscoveryException()
541 private static void throwAccessException(Class<?> klass, String name, boolean isField, in throwAccessException() argument
543 throw new RuntimeException("Expected to be able to access " + (isField ? "field " : "method ") + in throwAccessException()
547 private static void throwModifiersException(Class<?> klass, String name, boolean isField) { in throwModifiersException() argument
548 throw new RuntimeException("Expected " + (isField ? "field " : "method ") + klass.getName() + in throwModifiersException()