Searched refs:mBluetoothConnectionCallbackExecutorMap (Results 1 – 1 of 1) sorted by relevance
880 mBluetoothConnectionCallbackExecutorMap = new HashMap<>(); field in BluetoothAdapter3860 synchronized (mBluetoothConnectionCallbackExecutorMap) {3861 if (!mBluetoothConnectionCallbackExecutorMap.isEmpty()) {4783 mBluetoothConnectionCallbackExecutorMap.entrySet()) {4794 mBluetoothConnectionCallbackExecutorMap.entrySet()) {4825 synchronized (mBluetoothConnectionCallbackExecutorMap) { in registerBluetoothConnectionCallback()4827 if (mBluetoothConnectionCallbackExecutorMap.isEmpty()) { in registerBluetoothConnectionCallback()4841 mBluetoothConnectionCallbackExecutorMap.remove(callback); in registerBluetoothConnectionCallback()4848 if (mBluetoothConnectionCallbackExecutorMap.containsKey(callback)) { in registerBluetoothConnectionCallback()4851 mBluetoothConnectionCallbackExecutorMap.put(callback, executor); in registerBluetoothConnectionCallback()[all …]