Home
last modified time | relevance | path

Searched refs:getProfileManager (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputController.java990 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastProfile(); in getBroadcastName()
1000 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastProfile(); in setBroadcastName()
1010 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastProfile(); in getBroadcastCode()
1020 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastProfile(); in setBroadcastCode()
1041 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastProfile(); in getLocalBroadcastMetadataQrCodeString()
1053 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastProfile(); in getBroadcastMetadata()
1076 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastProfile(); in isBroadcastSupported()
1082 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastProfile(); in isBluetoothLeBroadcastEnabled()
1091 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastProfile(); in startBluetoothLeBroadcast()
1102 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastProfile(); in stopBluetoothLeBroadcast()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/
DBroadcastDialogDelegate.java267 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastProfile(); in registerBroadcastCallBack()
277 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastProfile(); in unregisterBroadcastCallBack()
287 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastProfile(); in startBluetoothLeBroadcast()
300 mLocalBluetoothManager.getProfileManager().getLeAudioBroadcastProfile(); in stopBluetoothLeBroadcast()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java120 when(mBtManager.getProfileManager()).thenReturn(mLocalProfileManager); in setUp()
226 when(mBtManager.getProfileManager()).thenReturn(profileManager); in dispatchProfileConnectionStateChanged_flagOff_noUpdateFallbackDevice()
257 when(mBtManager.getProfileManager()).thenReturn(profileManager); in dispatchProfileConnectionStateChanged_notSupport_noUpdateFallbackDevice()
288 when(mBtManager.getProfileManager()).thenReturn(profileManager); in dispatchProfileConnectionStateChanged_profileNotReady_noUpdateFallbackDevice()
319 when(mBtManager.getProfileManager()).thenReturn(profileManager); in dispatchProfileConnectionStateChanged_notAssistantProfile_noUpdateFallbackDevice()
350 when(mBtManager.getProfileManager()).thenReturn(profileManager); in dispatchProfileConnectionStateChanged_audioSharing_updateFallbackDevice()
DCsipDeviceManagerTest.java121 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalProfileManager); in setUp()
DBluetoothUtilsTest.java99 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mProfileManager); in setUp()
DCachedBluetoothDeviceManagerTest.java126 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalProfileManager); in setUp()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCsipDeviceManager.java65 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in getBaseGroupId()
275 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in getPreferredMainDevice()
DLocalBluetoothManager.java168 public LocalBluetoothProfileManager getProfileManager() { in getProfileManager() method in LocalBluetoothManager
DHearingAidDeviceManager.java282 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in syncDeviceIfNeeded()
394 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in generateHearingAidInfo()
DCachedBluetoothDeviceManager.java135 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in addDevice()
557 final LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in onBondStateChangedIfProcess()
DBluetoothUtils.java562 manager.getProfileManager().getLeAudioBroadcastProfile(); in isBroadcasting()
581 localBtManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in hasConnectedBroadcastSource()
DBluetoothEventManager.java230 LocalBluetoothProfileManager profileManager = mBtManager.getProfileManager(); in dispatchProfileConnectionStateChanged()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DLocalMediaManager.java488 final A2dpProfile a2dpProfile = mLocalBluetoothManager.getProfileManager().getA2dpProfile(); in isActiveDevice()
493 final HearingAidProfile hearingAidProfile = mLocalBluetoothManager.getProfileManager() in isActiveDevice()
502 final LeAudioProfile leAudioProfile = mLocalBluetoothManager.getProfileManager() in isActiveDevice()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/
DBroadcastDialogDelegateTest.java92 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumePanelDialog.java117 mProfileManager = localBluetoothManager.getProfileManager(); in onCreate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesDialogDelegateTest.java137 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mProfileManager); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialogTest.java113 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
DMediaOutputBroadcastDialogTest.java120 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
DMediaOutputDialogTest.java126 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalBluetoothProfileManager); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java93 when(mMockBluetoothManager.getProfileManager()) in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java110 mLocalBluetoothManager.getProfileManager().addServiceListener(this); in BluetoothControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java202 mProfileManager = bluetoothManager.getProfileManager(); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesDialogDelegate.java175 mProfileManager = localBluetoothManager.getProfileManager(); in HearingDevicesDialogDelegate()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DMediaDeviceTest.java167 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mProfileManager); in setUp()
DLocalMediaManagerTest.java115 when(mLocalBluetoothManager.getProfileManager()).thenReturn(mLocalProfileManager); in setUp()

12