Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java51 private static final String APPLICATION_PACKAGE = "android.compilation.cts"; field in AdbRootDependentCompilationTest
95 mDevice.uninstallPackage(APPLICATION_PACKAGE); in tearDown()
105 resetProfileState(APPLICATION_PACKAGE); in testCompile_bgDexopt()
111 "/CtsCompilationApp.prof", profileLocation, APPLICATION_PACKAGE); in testCompile_bgDexopt()
126 String odexPath = getOdexFilePath(APPLICATION_PACKAGE); in testCompile_bgDexopt()
132 executeCompile(APPLICATION_PACKAGE, "-r", "bg-dexopt", "-f"); in testCompile_bgDexopt()
160 mDevice.doesFileExist(ProfileLocation.REF.getPath(APPLICATION_PACKAGE))); in testCompile_curProfile()
257 resetProfileState(APPLICATION_PACKAGE); in compileWithProfilesAndCheckFilter()
259 executeCompile(APPLICATION_PACKAGE, "-m", "speed-profile", "-f"); in compileWithProfilesAndCheckFilter()
260 String odexFilePath = getOdexFilePath(APPLICATION_PACKAGE); in compileWithProfilesAndCheckFilter()
[all …]
DBackgroundDexOptimizationTest.java67 private static final String APPLICATION_PACKAGE = "android.compilation.cts"; field in BackgroundDexOptimizationTest
70 "am start -n " + APPLICATION_PACKAGE + "/.CompilationTargetActivity";
72 private static final String CMD_DELETE_ODEX = "pm delete-dexopt " + APPLICATION_PACKAGE;
101 mDevice.uninstallPackage(APPLICATION_PACKAGE); in tearDown()
214 mDevice.uninstallPackage(APPLICATION_PACKAGE); in reinstallAppPackage()