Searched defs:whitelistAllApis (Results 1 - 1 of 1) sorted by relevance

/art/test/674-hiddenapi/src-art/
H A DMain.java71 private static void doTest(boolean parentInBoot, boolean childInBoot, boolean whitelistAllApis) argument
97 String nativeLibCopy = createNativeLibCopy(parentInBoot, childInBoot, whitelistAllApis);
99 if (whitelistAllApis) {
106 .invoke(null, nativeLibCopy, parentInBoot, childInBoot, whitelistAllApis);
150 boolean parentInBoot, boolean childInBoot, boolean whitelistAllApis) throws Exception {
153 (whitelistAllApis ? "1" : "0"));
149 createNativeLibCopy( boolean parentInBoot, boolean childInBoot, boolean whitelistAllApis) argument

Completed in 56 milliseconds