Searched refs:isField (Results 1 – 1 of 1) sorted by relevance
/art/test/674-hiddenapi/src-ex/ |
D | ChildClass.java | 177 boolean isPublic, boolean isField, boolean expectedCallback) { in checkMemberCallback() argument 183 if (isField) { in checkMemberCallback() 189 if (isField) { in checkMemberCallback() 474 private static void throwDiscoveryException(Class<?> klass, String name, boolean isField, in throwDiscoveryException() argument 476 throw new RuntimeException("Expected " + (isField ? "field " : "method ") + klass.getName() + in throwDiscoveryException() 481 private static void throwAccessException(Class<?> klass, String name, boolean isField, in throwAccessException() argument 483 throw new RuntimeException("Expected to be able to access " + (isField ? "field " : "method ") + in throwAccessException() 487 private static void throwModifiersException(Class<?> klass, String name, boolean isField) { in throwModifiersException() argument 488 throw new RuntimeException("Expected " + (isField ? "field " : "method ") + klass.getName() + in throwModifiersException()
|