Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java224 private final Object mSlowCountLock = new Object(); field in CommandSchedulerFuncTest.MeasuredInvocation
248 synchronized (mSlowCountLock) { in invoke()