Home
last modified time | relevance | path

Searched refs:bluetoothManager (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothMasterSwitchPreferenceController.java57 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()
DBluetoothPermissionActivity.java204 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()
DBluetoothPermissionRequest.java229 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()
DBluetoothSummaryUpdater.java46 LocalBluetoothManager bluetoothManager) { in BluetoothSummaryUpdater() argument
48 mBluetoothManager = bluetoothManager; in BluetoothSummaryUpdater()
DBluetoothSettings.java387 LocalBluetoothManager bluetoothManager) { in SummaryProvider() argument
388 mBluetoothManager = bluetoothManager; in SummaryProvider()
DUtils.java152 LocalBluetoothManager bluetoothManager) {
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRoutePeripheralAdapter.java33 BluetoothRouteManager bluetoothManager, in CallAudioRoutePeripheralAdapter() argument
37 mBluetoothRouteManager = bluetoothManager; in CallAudioRoutePeripheralAdapter()
DCallAudioRouteStateMachine.java1150 BluetoothRouteManager bluetoothManager, in CallAudioRouteStateMachine() argument
1169 mBluetoothRouteManager = bluetoothManager; in CallAudioRouteStateMachine()
DCallsManager.java302 BluetoothRouteManager bluetoothManager, in CallsManager() argument
323 mBluetoothRouteManager = bluetoothManager; in CallsManager()
335 bluetoothManager, in CallsManager()
346 bluetoothManager, in CallsManager()