Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerFuncTest.java194 mMockTestInvoker.mFastCount, mMockTestInvoker.mSlowCount)); in testRun_scheduling()
198 assertEquals(mMockTestInvoker.mSlowCount * 2, mMockTestInvoker.mFastCount, 5); in testRun_scheduling()
204 Integer mFastCount = 0; field in CommandSchedulerFuncTest.MeasuredInvocation
234 synchronized (mFastCount) { in invoke()
235 mFastCount++; in invoke()