Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/test_utils/
DTestUtils.java205 private final ReentrantLock mProfileConnectionLock; field in TestUtils.BluetoothCtsServiceConnector
217 mProfileConnectionLock = new ReentrantLock(); in BluetoothCtsServiceConnector()
218 mConditionProfileConnection = mProfileConnectionLock.newCondition(); in BluetoothCtsServiceConnector()
282 mProfileConnectionLock.lock(); in waitForProfileConnect()
296 mProfileConnectionLock.unlock(); in waitForProfileConnect()
306 mProfileConnectionLock.lock();
312 mProfileConnectionLock.unlock();
318 mProfileConnectionLock.lock();
323 mProfileConnectionLock.unlock();