Searched refs:mBluetoothConnectionCallbackExecutorMap (Results 1 – 1 of 1) sorted by relevance
741 mBluetoothConnectionCallbackExecutorMap = new HashMap<>(); field in BluetoothAdapter3244 synchronized (mBluetoothConnectionCallbackExecutorMap) {4129 mBluetoothConnectionCallbackExecutorMap.entrySet()) {4140 mBluetoothConnectionCallbackExecutorMap.entrySet()) {4170 synchronized (mBluetoothConnectionCallbackExecutorMap) { in registerBluetoothConnectionCallback()4172 if (mBluetoothConnectionCallbackExecutorMap.isEmpty()) { in registerBluetoothConnectionCallback()4183 mBluetoothConnectionCallbackExecutorMap.remove(callback); in registerBluetoothConnectionCallback()4190 if (mBluetoothConnectionCallbackExecutorMap.containsKey(callback)) { in registerBluetoothConnectionCallback()4193 mBluetoothConnectionCallbackExecutorMap.put(callback, executor); in registerBluetoothConnectionCallback()4218 synchronized (mBluetoothConnectionCallbackExecutorMap) { in unregisterBluetoothConnectionCallback()[all …]