Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java76 private MeasuredInvocation mMockTestInvoker; field in CommandSchedulerFuncTest
112 mMockTestInvoker = new MeasuredInvocation(); in setUp()
144 return mMockTestInvoker; in setUp()
210 synchronized (mMockTestInvoker) { in testRun_scheduling()
211 mMockTestInvoker.wait(WAIT_TIMEOUT_MS); in testRun_scheduling()
218 mMockTestInvoker.mFastCount, mMockTestInvoker.mSlowCount); in testRun_scheduling()
219 Truth.assertThat(mMockTestInvoker.mFastCount).isGreaterThan(mMockTestInvoker.mSlowCount); in testRun_scheduling()
220 assertFalse(mMockTestInvoker.runInterrupted); in testRun_scheduling()
316 synchronized (mMockTestInvoker) { in testBatteryLowLevel()
317 mMockTestInvoker.wait(WAIT_TIMEOUT_MS); in testBatteryLowLevel()
[all …]