Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java52 private static final String APP_USED_BY_OTHER_APP_PACKAGE = field in AdbRootDependentCompilationTest
96 mDevice.uninstallPackage(APP_USED_BY_OTHER_APP_PACKAGE); in tearDown()
187 String odexFilePath = getOdexFilePath(APP_USED_BY_OTHER_APP_PACKAGE); in testCompile_usedByOtherApps()
196 resetProfileState(APP_USED_BY_OTHER_APP_PACKAGE); in testCompile_usedByOtherApps()
198 "/AppUsedByOtherApp_2.prof", ProfileLocation.REF, APP_USED_BY_OTHER_APP_PACKAGE); in testCompile_usedByOtherApps()
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()