Home
last modified time | relevance | path

Searched refs:LocalBluetoothLeBroadcast (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/
H A DBroadcastDialog.java38 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;
230 LocalBluetoothLeBroadcast broadcast = in registerBroadcastCallBack()
240 LocalBluetoothLeBroadcast broadcast = in unregisterBroadcastCallBack()
250 LocalBluetoothLeBroadcast broadcast = in startBluetoothLeBroadcast()
263 LocalBluetoothLeBroadcast broadcast = in stopBluetoothLeBroadcast()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputController.java946 LocalBluetoothLeBroadcast broadcast = in getBroadcastName()
956 LocalBluetoothLeBroadcast broadcast = in setBroadcastName()
966 LocalBluetoothLeBroadcast broadcast = in getBroadcastCode()
976 LocalBluetoothLeBroadcast broadcast = in setBroadcastCode()
997 LocalBluetoothLeBroadcast broadcast = in getLocalBroadcastMetadataQrCodeString()
1009 LocalBluetoothLeBroadcast broadcast = in getBroadcastMetadata()
1032 LocalBluetoothLeBroadcast broadcast = in isBroadcastSupported()
1038 LocalBluetoothLeBroadcast broadcast = in isBluetoothLeBroadcastEnabled()
1047 LocalBluetoothLeBroadcast broadcast = in startBluetoothLeBroadcast()
1058 LocalBluetoothLeBroadcast broadcast = in stopBluetoothLeBroadcast()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/
H A DBroadcastDialogTest.java36 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;
61 private final LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast = mock(
62 LocalBluetoothLeBroadcast.class);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputBaseDialogTest.java47 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;
82 private final LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast = mock(
83 LocalBluetoothLeBroadcast.class);
H A DMediaOutputDialogTest.java47 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;
86 private final LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast = mock(
87 LocalBluetoothLeBroadcast.class);
H A DMediaOutputBroadcastDialogTest.java46 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;
89 private final LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast = mock(
90 LocalBluetoothLeBroadcast.class);
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java111 private LocalBluetoothLeBroadcast mLeAudioBroadcast;
260 mLeAudioBroadcast = new LocalBluetoothLeBroadcast(mContext); in updateLocalProfiles()
262 mProfileNameMap.put(LocalBluetoothLeBroadcast.NAME, mLeAudioBroadcast); in updateLocalProfiles()
271 addProfile(mLeAudioBroadcastAssistant, LocalBluetoothLeBroadcast.NAME, in updateLocalProfiles()
564 public LocalBluetoothLeBroadcast getLeAudioBroadcastProfile() { in getLeAudioBroadcastProfile()
H A DLocalBluetoothLeBroadcast.java66 public class LocalBluetoothLeBroadcast implements LocalBluetoothProfile { class
287 LocalBluetoothLeBroadcast(Context context) { in LocalBluetoothLeBroadcast() method in LocalBluetoothLeBroadcast
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDeviceManager.kt30 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast
392 private fun getBroadcastingInfo(bluetoothLeBroadcast: LocalBluetoothLeBroadcast) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/
H A DMediaDeviceManagerTest.kt32 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast
103 @Mock private lateinit var localBluetoothLeBroadcast: LocalBluetoothLeBroadcast