Searched refs:APPLICATION_PACKAGE (Results 1 – 2 of 2) sorted by relevance
51 private static final String APPLICATION_PACKAGE = "android.compilation.cts"; field in AdbRootDependentCompilationTest95 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 …]
67 private static final String APPLICATION_PACKAGE = "android.compilation.cts"; field in BackgroundDexOptimizationTest70 "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()