Searched refs:bluetoothManager (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothMasterSwitchPreferenceController.java | 57 LocalBluetoothManager bluetoothManager, Fragment fragment, SettingsActivity activity) { in BluetoothMasterSwitchPreferenceController() argument 58 this(context, bluetoothManager, new RestrictionUtils(), fragment, activity); in BluetoothMasterSwitchPreferenceController() 63 LocalBluetoothManager bluetoothManager, RestrictionUtils restrictionUtils, in BluetoothMasterSwitchPreferenceController() argument 66 mBluetoothManager = bluetoothManager; in BluetoothMasterSwitchPreferenceController()
|
D | BluetoothPermissionActivity.java | 204 LocalBluetoothManager bluetoothManager = Utils.getLocalBtManager(this); in onNegative() local 206 bluetoothManager.getCachedDeviceManager(); in onNegative() 209 cachedDevice = cachedDeviceManager.addDevice(bluetoothManager.getBluetoothAdapter(), in onNegative() 210 bluetoothManager.getProfileManager(), in onNegative()
|
D | BluetoothPermissionRequest.java | 229 LocalBluetoothManager bluetoothManager = Utils.getLocalBtManager(mContext); in checkUserChoice() local 231 bluetoothManager.getCachedDeviceManager(); in checkUserChoice() 234 cachedDevice = cachedDeviceManager.addDevice(bluetoothManager.getBluetoothAdapter(), in checkUserChoice() 235 bluetoothManager.getProfileManager(), mDevice); in checkUserChoice()
|
D | BluetoothSummaryUpdater.java | 46 LocalBluetoothManager bluetoothManager) { in BluetoothSummaryUpdater() argument 48 mBluetoothManager = bluetoothManager; in BluetoothSummaryUpdater()
|
D | BluetoothSettings.java | 387 LocalBluetoothManager bluetoothManager) { in SummaryProvider() argument 388 mBluetoothManager = bluetoothManager; in SummaryProvider()
|
D | Utils.java | 152 LocalBluetoothManager bluetoothManager) {
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRoutePeripheralAdapter.java | 33 BluetoothRouteManager bluetoothManager, in CallAudioRoutePeripheralAdapter() argument 37 mBluetoothRouteManager = bluetoothManager; in CallAudioRoutePeripheralAdapter()
|
D | CallAudioRouteStateMachine.java | 1150 BluetoothRouteManager bluetoothManager, in CallAudioRouteStateMachine() argument 1169 mBluetoothRouteManager = bluetoothManager; in CallAudioRouteStateMachine()
|
D | CallsManager.java | 302 BluetoothRouteManager bluetoothManager, in CallsManager() argument 323 mBluetoothRouteManager = bluetoothManager; in CallsManager() 335 bluetoothManager, in CallsManager() 346 bluetoothManager, in CallsManager()
|