Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DCompilationTest.java316 mUtils.installFromResourcesWithArgs(getAbi(), List.of("--ignore-dexopt-profile"), in testIgnoreDexoptProfile()
325 mUtils.installFromResourcesWithArgs(getAbi(), List.of("--ignore-dexopt-profile"), in testIgnoreDexoptProfileNoValidation()
372 mUtils.installFromResourcesWithArgs(getAbi(), List.of("--dexopt-compiler-filter", "verify"), in testInstallCompilerFilterOverride()
380 mUtils.installFromResourcesWithArgs(getAbi(), List.of("--dexopt-compiler-filter", "skip"), in testInstallCompilerFilterOverrideSkip()
389 mUtils.installFromResourcesWithArgs(getAbi(), in testInstallCompilerFilterOverrideInvalid()
DUtils.java123 public void installFromResourcesWithArgs(IAbi abi, List<String> args, in installFromResourcesWithArgs() method in Utils
131 installFromResourcesWithArgs(abi, List.of() /* args */, apkDmResources); in installFromResources()