Searched refs:mBluetoothConnectionCallbackExecutorMap (Results 1 – 1 of 1) sorted by relevance
883 mBluetoothConnectionCallbackExecutorMap = new HashMap<>(); field in BluetoothAdapter4627 mBluetoothConnectionCallbackExecutorMap.entrySet()) {4638 mBluetoothConnectionCallbackExecutorMap.entrySet()) {4671 synchronized (mBluetoothConnectionCallbackExecutorMap) { in registerBluetoothConnectionCallback()4672 if (mBluetoothConnectionCallbackExecutorMap.containsKey(callback)) { in registerBluetoothConnectionCallback()4676 if (mBluetoothConnectionCallbackExecutorMap.isEmpty()) { in registerBluetoothConnectionCallback()4680 mBluetoothConnectionCallbackExecutorMap.put(callback, executor); in registerBluetoothConnectionCallback()4702 synchronized (mBluetoothConnectionCallbackExecutorMap) { in registerBluetoothConnectionCallbackIfNeeded()4703 if (mBluetoothConnectionCallbackExecutorMap.isEmpty()) { in registerBluetoothConnectionCallbackIfNeeded()4731 synchronized (mBluetoothConnectionCallbackExecutorMap) { in unregisterBluetoothConnectionCallback()[all …]