Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DDex2oatPressureRule.java84 List<String> packagesToCompile = in starting() local
87 if (!packagesToCompile.stream().allMatch(pkg -> installedPackages.contains(pkg))) { in starting()
92 packagesToCompile in starting()
108 mDex2oatTask = new Dex2oatRunnable(packagesToCompile, compilationFilter); in starting()
200 public Dex2oatRunnable(List<String> packagesToCompile, String compilationFilter) { in Dex2oatRunnable() argument
201 mPackagesToCompile = ImmutableList.copyOf(packagesToCompile); in Dex2oatRunnable()