Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DUtils.java80 for (List<Pair<String, String>> apkDmResources : packages) { in installFromResourcesImpl()
82 for (Pair<String, String> pair : apkDmResources) { in installFromResourcesImpl()
124 List<Pair<String, String>> apkDmResources) throws Exception { in installFromResourcesWithArgs() argument
125 installFromResourcesImpl(abi, args, List.of(apkDmResources), false /* multiPackage */); in installFromResourcesWithArgs()
129 public void installFromResources(IAbi abi, List<Pair<String, String>> apkDmResources) in installFromResources() argument
131 installFromResourcesWithArgs(abi, List.of() /* args */, apkDmResources); in installFromResources()