Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/bluetooth/
DCarBluetoothUserService.java74 private final Condition mConditionAllProxiesConnected; field in CarBluetoothUserService
93 mConditionAllProxiesConnected = mBluetoothProxyLock.newCondition(); in CarBluetoothUserService()
194 mConditionAllProxiesConnected.signal();
260 if (!mConditionAllProxiesConnected.await( in waitForProxies()