Searched refs:dex2oatIsRunning (Results 1 – 2 of 2) sorted by relevance
70 private AtomicBoolean dex2oatIsRunning = new AtomicBoolean(); field in Dex2oatPressureRuleTest82 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();
115 if (dex2oatIsRunning()) { in starting()184 protected boolean dex2oatIsRunning() { in dex2oatIsRunning() method in Dex2oatPressureRule