Searched refs:registerAppInfoMethod (Results 1 - 2 of 2) sorted by relevance

/art/test/595-profile-saving/src/
H A DMain.java83 private static final Method registerAppInfoMethod; field in class:Main.VMRuntime
87 registerAppInfoMethod = c.getDeclaredMethod("registerAppInfo",
96 registerAppInfoMethod.invoke(null, profile, appDir, codePaths, foreignDir);
/art/test/577-profile-foreign-dex/src/
H A DMain.java125 private static final Method registerAppInfoMethod; field in class:Main.VMRuntime
129 registerAppInfoMethod = c.getDeclaredMethod("registerAppInfo",
138 registerAppInfoMethod.invoke(null, pkgName, appDir, codePath, foreignDexProfileDir);

Completed in 64 milliseconds