Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DCompilationTest.java116 mUtils.installFromResources(getAbi(), TEST_APP_APK_RES, TEST_APP_DM_RES); in testArtService()
226 mUtils.installFromResources(getAbi(), TEST_APP_APK_RES, TEST_APP_DM_RES); in testExternalProfileValidationOk()
233 mUtils.installFromResources(getAbi(), TEST_APP_APK_RES, TEST_APP_2_DM_RES); in testExternalProfileValidationFailed()
265 mUtils.installFromResources(getAbi(), TEST_APP_WITH_GOOD_PROFILE_RES); in testEmbeddedProfileOk()
273 () -> { mUtils.installFromResources(getAbi(), TEST_APP_WITH_BAD_PROFILE_RES); }); in testEmbeddedProfileFailed()
282 mUtils.installFromResources(getAbi(), TEST_APP_WITH_GOOD_PROFILE_RES, EMPTY_CONFIG_DM_RES); in testEmbeddedProfileEmptyConfig()
290 mUtils.installFromResources( in testEmbeddedProfileConfigDisabledByConfig()
335 mUtils.installFromResources( in testFallBackToEmbeddedProfile()
347 mUtils.installFromResources(getAbi(), TEST_APP_WITH_GOOD_PROFILE_RES, in testNoFallBackToEmbeddedProfile()
358 mUtils.installFromResources(getAbi(), TEST_APP_WITH_GOOD_PROFILE_RES); in testInstallCompilerFilterDefault()
[all …]
DUtils.java129 public void installFromResources(IAbi abi, List<Pair<String, String>> apkDmResources) in installFromResources() method in Utils
134 public void installFromResources(IAbi abi, String apkResource, String dmResource) in installFromResources() method in Utils
136 installFromResources(abi, List.of(Pair.create(apkResource, dmResource))); in installFromResources()
139 public void installFromResources(IAbi abi, String apkResource) throws Exception { in installFromResources() method in Utils
140 installFromResources(abi, apkResource, null); in installFromResources()
DAdbRootDependentCompilationTest.java90 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()