Home
last modified time | relevance | path

Searched refs:mBtManager (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidDeviceManager.java36 private final LocalBluetoothManager mBtManager; field in HearingAidDeviceManager
40 mBtManager = localBtManager; in HearingAidDeviceManager()
57 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in getHiSyncId()
67 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in getDeviceSide()
78 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in getDeviceMode()
179 mBtManager.getEventManager().dispatchDeviceRemoved(subDevice); in onHiSyncIdChanged()
202 mBtManager.getEventManager().dispatchDeviceRemoved(mainDevice); in onProfileConnectionStateChangedIfProcessed()
207 mBtManager.getEventManager().dispatchDeviceAdded(mainDevice); in onProfileConnectionStateChangedIfProcessed()
227 mBtManager.getEventManager().dispatchDeviceRemoved(cachedDevice); in onProfileConnectionStateChangedIfProcessed()
232 mBtManager.getEventManager().dispatchDeviceAdded(cachedDevice); in onProfileConnectionStateChangedIfProcessed()
DCsipDeviceManager.java44 private final LocalBluetoothManager mBtManager; field in CsipDeviceManager
49 mBtManager = localBtManager; in CsipDeviceManager()
64 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in getBaseGroupId()
156 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in onGroupIdChanged()
157 final CachedBluetoothDeviceManager deviceManager = mBtManager.getCachedDeviceManager(); in onGroupIdChanged()
189 mBtManager.getEventManager().dispatchDeviceRemoved(memberDeviceItem); in onGroupIdChanged()
194 mBtManager.getEventManager().dispatchDeviceAdded(newMainDevice); in onGroupIdChanged()
218 mBtManager.getEventManager().dispatchDeviceRemoved(cachedDevice); in onGroupIdChanged()
243 mBtManager.getEventManager().dispatchDeviceRemoved(mainDevice); in onProfileConnectionStateChangedIfProcessed()
248 mBtManager.getEventManager().dispatchDeviceAdded(mainDevice); in onProfileConnectionStateChangedIfProcessed()
[all …]
DCachedBluetoothDeviceManager.java41 private final LocalBluetoothManager mBtManager; field in CachedBluetoothDeviceManager
53 mBtManager = localBtManager; in CachedBluetoothDeviceManager()
116 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in addDevice()
126 mBtManager.getEventManager().dispatchDeviceAdded(newDevice); in addDevice()
435 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in onBondStateChangedIfProcess()
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionDeviceDiscoveryService.java91 private BluetoothManager mBtManager; field in CompanionDeviceDiscoveryService
150 mBtManager = getSystemService(BluetoothManager.class); in onCreate()
151 mBtAdapter = mBtManager.getAdapter(); in onCreate()
270 findAndReportMatches(mBtManager.getConnectedDevices(BluetoothProfile.GATT), btFilters); in checkBoundDevicesIfNeeded()
272 mBtManager.getConnectedDevices(BluetoothProfile.GATT_SERVER), btFilters); in checkBoundDevicesIfNeeded()