Searched refs:bluetoothManager (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPermissionRequest.java | 223 LocalBluetoothManager bluetoothManager = Utils.getLocalBtManager(mContext); in checkUserChoice() local 225 bluetoothManager.getCachedDeviceManager(); in checkUserChoice() 228 cachedDevice = cachedDeviceManager.addDevice(bluetoothManager.getBluetoothAdapter(), in checkUserChoice() 229 bluetoothManager.getProfileManager(), mDevice); in checkUserChoice()
|
D | BluetoothPermissionActivity.java | 211 LocalBluetoothManager bluetoothManager = Utils.getLocalBtManager(this); in onNegative() local 213 bluetoothManager.getCachedDeviceManager(); in onNegative() 216 cachedDevice = cachedDeviceManager.addDevice(bluetoothManager.getBluetoothAdapter(), in onNegative() 217 bluetoothManager.getProfileManager(), in onNegative()
|
D | Utils.java | 139 LocalBluetoothManager bluetoothManager) { 140 bluetoothManager.getEventManager().registerCallback(
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRoutePeripheralAdapter.java | 31 BluetoothManager bluetoothManager, in CallAudioRoutePeripheralAdapter() argument 35 mBluetoothManager = bluetoothManager; in CallAudioRoutePeripheralAdapter()
|
D | TelecomSystem.java | 172 BluetoothManager bluetoothManager = new BluetoothManager(mContext, in TelecomSystem() local 194 bluetoothManager, in TelecomSystem()
|
D | CallsManager.java | 217 BluetoothManager bluetoothManager, in CallsManager() argument 231 mBluetoothManager = bluetoothManager; in CallsManager() 242 bluetoothManager, in CallsManager() 253 bluetoothManager, in CallsManager()
|
D | CallAudioRouteStateMachine.java | 976 BluetoothManager bluetoothManager, in CallAudioRouteStateMachine() argument 994 mBluetoothManager = bluetoothManager; in CallAudioRouteStateMachine()
|