Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DDex2oatPressureRule.java66 private Dex2oatRunnable mDex2oatTask;
108 mDex2oatTask = new Dex2oatRunnable(packagesToCompile, compilationFilter); in starting()
195 private class Dex2oatRunnable implements Runnable { class in Dex2oatPressureRule
200 public Dex2oatRunnable(List<String> packagesToCompile, String compilationFilter) { in Dex2oatRunnable() method in Dex2oatPressureRule.Dex2oatRunnable