Home
last modified time | relevance | path

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

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