Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DCompilationTest.java47 private static final String STATUS_CHECKER_PKG = "android.compilation.cts.statuscheckerapp"; field in CompilationTest
81 var options = new DeviceTestRunOptions(STATUS_CHECKER_PKG) in testCompile()
86 mUtils.assertCommandSucceeds("pm compile -m speed -f " + STATUS_CHECKER_PKG); in testCompile()
94 mUtils.assertCommandSucceeds("pm compile -m verify -f " + STATUS_CHECKER_PKG); in testCompile()
102 mUtils.assertCommandSucceeds("pm delete-dexopt " + STATUS_CHECKER_PKG); in testCompile()
147 var options = new DeviceTestRunOptions(STATUS_CHECKER_PKG) in testCompileSecondaryDex()
154 String dump = mUtils.assertCommandSucceeds("dumpsys package " + STATUS_CHECKER_PKG); in testCompileSecondaryDex()
158 "pm compile --secondary-dex -m speed -f " + STATUS_CHECKER_PKG); in testCompileSecondaryDex()
159 dump = mUtils.assertCommandSucceeds("dumpsys package " + STATUS_CHECKER_PKG); in testCompileSecondaryDex()
163 "pm compile --secondary-dex -m verify -f " + STATUS_CHECKER_PKG); in testCompileSecondaryDex()
[all …]
DAdbRootDependentCompilationTest.java56 private static final String STATUS_CHECKER_PKG = "android.compilation.cts.statuscheckerapp"; field in AdbRootDependentCompilationTest
236 String dump = mUtils.assertCommandSucceeds("pm art dump " + STATUS_CHECKER_PKG); in testSecondaryDexUseLoading()