Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DCompilationTest.java66 private Utils mUtils; field in CompilationTest
70 mUtils = new Utils(getTestInformation()); in setUp()
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()
116 mUtils.installFromResources(getAbi(), TEST_APP_APK_RES, TEST_APP_DM_RES); in testArtService()
119 mUtils.assertCommandSucceeds("pm clear " + TEST_APP_PKG); in testArtService()
122 mUtils.assertCommandSucceeds("pm compile -m verify -f " + TEST_APP_PKG); in testArtService()
124 String dump = mUtils.assertCommandSucceeds("pm art dump " + TEST_APP_PKG); in testArtService()
128 dump = mUtils.assertCommandSucceeds("dumpsys package " + TEST_APP_PKG); in testArtService()
[all …]
DAdbRootDependentCompilationTest.java83 private Utils mUtils; field in AdbRootDependentCompilationTest
88 mUtils = new Utils(getTestInformation()); in setUp()
90 mUtils.installFromResources(getAbi(), "/CtsCompilationApp.apk"); in setUp()
184 mUtils.installFromResources(getAbi(), "/AppUsedByOtherApp.apk", "/AppUsedByOtherApp_1.dm"); in testCompile_usedByOtherApps()
185 mUtils.installFromResources(getAbi(), "/AppUsingOtherApp.apk"); in testCompile_usedByOtherApps()
230 mUtils.assertCommandSucceeds( in testSecondaryDexUseLoading()
233 mUtils.pushFromResource("/package-dex-usage.pb", PACKAGE_DEX_USAGE_PATH); in testSecondaryDexUseLoading()
236 String dump = mUtils.assertCommandSucceeds("pm art dump " + STATUS_CHECKER_PKG); in testSecondaryDexUseLoading()
245 mUtils.assertCommandSucceeds(String.format( in testSecondaryDexUseLoading()
306 mUtils.assertCommandSucceeds(commandArray); in executeCompile()
[all …]
DPreRebootDexoptTest.java36 private Utils mUtils; field in PreRebootDexoptTest
40 mUtils = new Utils(getTestInformation()); in setUp()
47 mUtils.assertCommandSucceeds("pm art pr-dexopt-job --test"); in test()