Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerFuncTest.java205 Integer mSlowCountLimit = 40; field in CommandSchedulerFuncTest.MeasuredInvocation
227 if (mSlowCount >= mSlowCountLimit) { in invoke()