Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java53 private static final String APPLICATION_PACKAGE = "android.compilation.cts"; field in AdbRootDependentCompilationTest
56 CUR("/data/misc/profiles/cur/0/" + APPLICATION_PACKAGE),
57 REF("/data/misc/profiles/ref/" + APPLICATION_PACKAGE);
99 mDevice.uninstallPackage(APPLICATION_PACKAGE); // in case it's still installed in setUp()
119 mDevice.uninstallPackage(APPLICATION_PACKAGE); in tearDown()
270 command.add(APPLICATION_PACKAGE); in executeCompile()
301 String pathSpec = executeSuShellAdbCommand(1, "pm", "path", APPLICATION_PACKAGE)[0]; in writeProfile()
342 String pathSpec = executeSuShellAdbCommand(1, "pm", "path", APPLICATION_PACKAGE)[0]; in getOdexFilePath()
446 String tmpPath = "/data/local/tmp/" + APPLICATION_PACKAGE + ".push.tmp"; in executePush()
474 String tmpPath = "/data/local/tmp/" + APPLICATION_PACKAGE + ".pull.tmp"; in executePull()