Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DDex2oatPressureRuleTest.java70 private AtomicBoolean dex2oatIsRunning = new AtomicBoolean(); field in Dex2oatPressureRuleTest
82 dex2oatIsRunning.set(true); in setUp()
89 dex2oatIsRunning.set(false); in setUp()
140 assertThat(dex2oatIsRunning.get()).isTrue(); in testSchedulesCompilationUntilTestEnds()
149 assertThat(dex2oatIsRunning.get()).isFalse(); in testSchedulesCompilationUntilTestEnds()
211 verify(rule, times(checksBeforeDex2oatIsRunning + 1)).dex2oatIsRunning(); in testWaitsUntilDex2oatIsRunningBeforeTest()
410 .dex2oatIsRunning();
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DDex2oatPressureRule.java115 if (dex2oatIsRunning()) { in starting()
184 protected boolean dex2oatIsRunning() { in dex2oatIsRunning() method in Dex2oatPressureRule