Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingUtils.java80 @Nullable LocalBluetoothManager localBtManager) { in fetchConnectedDevicesByGroupId()
82 if (localBtManager == null) { in fetchConnectedDevicesByGroupId()
87 localBtManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in fetchConnectedDevicesByGroupId()
95 CachedBluetoothDeviceManager cacheManager = localBtManager.getCachedDeviceManager(); in fetchConnectedDevicesByGroupId()
134 @Nullable LocalBluetoothManager localBtManager, in buildOrderedConnectedLeadDevices()
145 && !BluetoothUtils.hasConnectedBroadcastSource(leadDevice, localBtManager)) { in buildOrderedConnectedLeadDevices()
218 @Nullable LocalBluetoothManager localBtManager, in buildOrderedConnectedLeadAudioSharingDeviceItem()
222 localBtManager, groupedConnectedDevices, filterByInSharing) in buildOrderedConnectedLeadAudioSharingDeviceItem()
265 List<BluetoothDevice> sinks, @Nullable LocalBluetoothManager localBtManager) { in addSourceToTargetSinks() argument
266 if (localBtManager == null) { in addSourceToTargetSinks()
[all …]
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothUpdateWorker.java64 final LocalBluetoothManager localBtManager = mLoadBtManagerHandler.getLocalBtManager(); in onSlicePinned() local
65 if (localBtManager == null) { in onSlicePinned()
68 localBtManager.getEventManager().registerCallback(this); in onSlicePinned()
73 final LocalBluetoothManager localBtManager = mLoadBtManagerHandler.getLocalBtManager(); in onSliceUnpinned() local
74 if (localBtManager == null) { in onSliceUnpinned()
77 localBtManager.getEventManager().unregisterCallback(this); in onSliceUnpinned()
DBluetoothDevicesSlice.java185 final LocalBluetoothManager localBtManager = BluetoothUpdateWorker.getLocalBtManager(); in getPairedBluetoothDevices() local
186 if (localBtManager == null) { in getPairedBluetoothDevices()
192 localBtManager.getCachedDeviceManager().getCachedDevicesCopy(); in getPairedBluetoothDevices()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsHelper.java226 CachedBluetoothDevice cachedDevice, LocalBluetoothManager localBtManager) { in hasConnectedBroadcastSource() argument
227 if (localBtManager == null) { in hasConnectedBroadcastSource()
232 localBtManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in hasConnectedBroadcastSource()