Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DDex2oatPressureRule.java143 stopDex2oat(); in stopDex2oatAndWaitForFinish()
163 protected void stopDex2oat() { in stopDex2oat() method in Dex2oatPressureRule
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DDex2oatPressureRuleTest.java145 .stopDex2oat(); in testSchedulesCompilationUntilTestEnds()
174 .stopDex2oat(); in testNoAdditionalCompilationIsTriggeredAfterTestFinishes()
230 verify(rule, times(1)).stopDex2oat(); in testCancelsAndThrowsIfDex2oatIsNotRunningAfterTimeout()