Searched refs:mFastbootLock (Results 1 – 1 of 1) sorted by relevance
185 private final ReentrantLock mFastbootLock = new ReentrantLock(); field in NativeDevice1663 mFastbootLock.lock(); in doFastbootCommand()1667 mFastbootLock.unlock(); in doFastbootCommand()3244 if (getDeviceState().equals(TestDeviceState.FASTBOOT) && mFastbootLock.isLocked()) { in setDeviceState()