Home
last modified time | relevance | path

Searched refs:getLeAudioBroadcastProfile (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialogTest.java121 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn(null); in setUp()
160 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in startBroadcastWithConnectedDevices_noBroadcastMetadata_failToAddSource()
173 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in startBroadcastWithConnectedDevices_noConnectedMediaDevice_failToAddSource()
188 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in startBroadcastWithConnectedDevices_hasBroadcastSource_failToAddSource()
210 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in startBroadcastWithConnectedDevices_noBroadcastSource_failToAddSource()
236 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in handleLeBroadcastMetadataChanged_checkBroadcastName()
248 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in handleLeBroadcastMetadataChanged_checkBroadcastCode()
266 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn(null); in updateBroadcastInfo_stopBroadcastFailed_handleFailedUi()
287 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in afterTextChanged_nameLengthMoreThanMax_showErrorMessage()
311 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in afterTextChanged_enterValidNameAfterLengthMoreThanMax_noErrorMessage()
[all …]
DMediaOutputDialogTest.java127 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn(null); in setUp()
195 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in getStopButtonVisibility_remoteBLEDevice_returnVisible()
207 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in getStopButtonVisibility_remoteNonBLEDevice_returnGone()
228 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in isBroadcastSupported_flagOnAndConnectBleDevice_returnsTrue()
241 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in isBroadcastSupported_flagOnAndNoBleDevice_returnsFalse()
263 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in isBroadcastSupported_flagOffAndConnectToBleDevice_returnsTrue()
276 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in isBroadcastSupported_flagOffAndNoBleDevice_returnsTrue()
289 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in isBroadcastSupported_noBleDeviceAndEnabledBroadcast_returnsTrue()
302 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in isBroadcastSupported_noBleDeviceAndDisabledBroadcast_returnsFalse()
315 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in getBroadcastIconVisibility_isBroadcasting_returnVisible()
[all …]
DMediaOutputBaseDialogTest.java119 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn(null); in setUp()
277 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in whenBroadcasting_verifyLeBroadcastServiceCallBackIsRegisteredAndUnregistered()
291 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in whenNotBroadcasting_verifyLeBroadcastServiceCallBackIsNotRegisteredOrUnregistered()
305 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in whenNotBroadcasting_verifyLeBroadcastServiceCallBackIsUnregisteredIfProfileEnabled()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/
DBroadcastDialogDelegateTest.java93 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn(null); in setUp()
162 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in onClick_withSwitchBroadcast_stopCurrentBroadcast()
181 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn(null); in handleLeBroadcastStopped_withBroadcastProfileNull_doRefreshButton()
192 when(mLocalBluetoothProfileManager.getLeAudioBroadcastProfile()).thenReturn( in handleLeBroadcastStopped_withBroadcastProfile_doStartBroadcast()
/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.java224 when(profileManager.getLeAudioBroadcastProfile()).thenReturn(broadcast); in dispatchProfileConnectionStateChanged_flagOff_noUpdateFallbackDevice()
255 when(profileManager.getLeAudioBroadcastProfile()).thenReturn(broadcast); in dispatchProfileConnectionStateChanged_notSupport_noUpdateFallbackDevice()
286 when(profileManager.getLeAudioBroadcastProfile()).thenReturn(broadcast); in dispatchProfileConnectionStateChanged_profileNotReady_noUpdateFallbackDevice()
317 when(profileManager.getLeAudioBroadcastProfile()).thenReturn(broadcast); in dispatchProfileConnectionStateChanged_notAssistantProfile_noUpdateFallbackDevice()
348 when(profileManager.getLeAudioBroadcastProfile()).thenReturn(broadcast); in dispatchProfileConnectionStateChanged_audioSharing_updateFallbackDevice()
DBluetoothUtilsTest.java100 when(mProfileManager.getLeAudioBroadcastProfile()).thenReturn(mBroadcast); in setUp()
DCachedBluetoothDeviceTest.java153 when(mProfileManager.getLeAudioBroadcastProfile()).thenReturn(mBroadcast); in setUp()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java232 && profileManager.getLeAudioBroadcastProfile() != null in dispatchProfileConnectionStateChanged()
233 && profileManager.getLeAudioBroadcastProfile().isProfileReady() in dispatchProfileConnectionStateChanged()
237 profileManager.getLeAudioBroadcastProfile().updateFallbackActiveDeviceIfNeeded(); in dispatchProfileConnectionStateChanged()
DLocalBluetoothProfileManager.java566 public LocalBluetoothLeBroadcast getLeAudioBroadcastProfile() { in getLeAudioBroadcastProfile() method in LocalBluetoothProfileManager
DBluetoothUtils.java562 manager.getProfileManager().getLeAudioBroadcastProfile(); in isBroadcasting()