Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java228 int mSlowCountLimit = 40; field in CommandSchedulerFuncTest.MeasuredInvocation
251 if (mSlowCount >= mSlowCountLimit) { in invoke()