Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java132 executeCompile(APPLICATION_PACKAGE, "-r", "bg-dexopt", "-f"); in testCompile_bgDexopt()
200 executeCompile(APP_USED_BY_OTHER_APP_PACKAGE, "-m", "speed-profile", "-f"); in testCompile_usedByOtherApps()
209 executeCompile(APP_USED_BY_OTHER_APP_PACKAGE, "-m", "verify"); in testCompile_usedByOtherApps()
219 executeCompile(APP_USED_BY_OTHER_APP_PACKAGE, "-m", "speed-profile"); in testCompile_usedByOtherApps()
259 executeCompile(APPLICATION_PACKAGE, "-m", "speed-profile", "-f"); in compileWithProfilesAndCheckFilter()
270 executeCompile(APPLICATION_PACKAGE, "-m", "speed-profile"); in compileWithProfilesAndCheckFilter()
301 private void executeCompile(String packageName, String... compileOptions) throws Exception { in executeCompile() method in AdbRootDependentCompilationTest