Searched defs:makePublic (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DDelegateClassAdapterTest.java259 callMethod(o2, "privateMethod", false /*makePublic*/);
271 callMethod(o2, "privateMethod_Original", false /*makePublic*/));
442 public <T> T callMethod(Object instance, String methodName, boolean makePublic) throws Exception { argument
446 if (makePublic && !wasAccessible) {
452 if (makePublic && !wasAccessible) {

Completed in 216 milliseconds