Home
last modified time | relevance | path

Searched refs:BluetoothLeBroadcastMetadata (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothLeBroadcastMetadata.kt18 import android.bluetooth.BluetoothLeBroadcastMetadata
22 class LocalBluetoothLeBroadcastMetadata(private val metadata: BluetoothLeBroadcastMetadata?) {
DBluetoothLeBroadcastMetadataExt.kt24 import android.bluetooth.BluetoothLeBroadcastMetadata in <lambda>()
72 fun BluetoothLeBroadcastMetadata.toQrCodeString(): String { in <lambda>() method
91 BluetoothLeBroadcastMetadata.AUDIO_CONFIG_QUALITY_STANDARD) != 0) { in <lambda>()
95 BluetoothLeBroadcastMetadata.AUDIO_CONFIG_QUALITY_HIGH) != 0) { in <lambda>()
128 fun convertToBroadcastMetadata(qrCodeString: String): BluetoothLeBroadcastMetadata? { in <lambda>()
153 private fun parseQrCodeToMetadata(input: String): BluetoothLeBroadcastMetadata { in <lambda>()
175 val builder = BluetoothLeBroadcastMetadata.Builder() in <lambda>()
284 var audioConfigQuality = BluetoothLeBroadcastMetadata.AUDIO_CONFIG_QUALITY_NONE or in <lambda>()
DLocalBluetoothLeBroadcastAssistant.java27 import android.bluetooth.BluetoothLeBroadcastMetadata;
63 private BluetoothLeBroadcastMetadata mBluetoothLeBroadcastMetadata;
64 private BluetoothLeBroadcastMetadata.Builder mBuilder;
136 mBuilder = new BluetoothLeBroadcastMetadata.Builder(); in LocalBluetoothLeBroadcastAssistant()
149 BluetoothDevice sink, BluetoothLeBroadcastMetadata metadata, boolean isGroupOp) { in addSource()
DLocalBluetoothLeBroadcast.java30 import android.bluetooth.BluetoothLeBroadcastMetadata;
118 private BluetoothLeBroadcastMetadata mBluetoothLeBroadcastMetadata;
148 List<BluetoothLeBroadcastMetadata> metadata = getAllBroadcastMetadata();
220 int broadcastId, @NonNull BluetoothLeBroadcastMetadata metadata) {
312 public void onSourceFound(@NonNull BluetoothLeBroadcastMetadata source) {}
317 @NonNull BluetoothLeBroadcastMetadata source,
690 BluetoothLeBroadcastMetadata bluetoothLeBroadcastMetadata) { in setLatestBluetoothLeBroadcastMetadata()
698 public BluetoothLeBroadcastMetadata getLatestBluetoothLeBroadcastMetadata() { in getLatestBluetoothLeBroadcastMetadata()
704 final List<BluetoothLeBroadcastMetadata> metadataList = in getLatestBluetoothLeBroadcastMetadata()
760 BluetoothLeBroadcastMetadata bluetoothLeBroadcastMetadata) { in updateBroadcastInfoFromBroadcastMetadata()
[all …]
/frameworks/base/packages/SettingsLib/tests/unit/src/com/android/settingslib/bluetooth/
DBluetoothLeBroadcastMetadataExtTest.kt23 import android.bluetooth.BluetoothLeBroadcastMetadata
54 val metadata = BluetoothLeBroadcastMetadata.Builder().apply { in toQrCodeString_encrypted()
87 val metadata = BluetoothLeBroadcastMetadata.Builder().apply { in toQrCodeString_non_encrypted()
92 setAudioConfigQuality(BluetoothLeBroadcastMetadata.AUDIO_CONFIG_QUALITY_STANDARD) in toQrCodeString_non_encrypted()
123 val metadata = BluetoothLeBroadcastMetadata.Builder().apply { in toQrCodeString_NoChannelSelected()
173 val metadata = BluetoothLeBroadcastMetadata.Builder().apply { in toQrCodeString_OneChannelSelected()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/data/repository/
DAudioSharingRepository.kt20 import android.bluetooth.BluetoothLeBroadcastMetadata in <lambda>()
78 metadata: BluetoothLeBroadcastMetadata in leBroadcast()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialog.java24 import android.bluetooth.BluetoothLeBroadcastMetadata;
190 public void onSourceFound(@NonNull BluetoothLeBroadcastMetadata source) {
203 @NonNull BluetoothLeBroadcastMetadata source, int reason) {
406 BluetoothLeBroadcastMetadata broadcastMetadata = getBroadcastMetadata(); in startBroadcastWithConnectedDevices()
463 private BluetoothLeBroadcastMetadata getBroadcastMetadata() { in getBroadcastMetadata()
DMediaOutputBaseDialog.java25 import android.bluetooth.BluetoothLeBroadcastMetadata;
155 @NonNull BluetoothLeBroadcastMetadata metadata) {
DMediaOutputController.java31 import android.bluetooth.BluetoothLeBroadcastMetadata;
1051 BluetoothLeBroadcastMetadata getBroadcastMetadata() { in getBroadcastMetadata()
1172 BluetoothLeBroadcastMetadata metadata, boolean isGroupOp) { in addSourceIntoSinkDeviceWithBluetoothLeAssistant()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialogTest.java31 import android.bluetooth.BluetoothLeBroadcastMetadata;
93 private final BluetoothLeBroadcastMetadata mBluetoothLeBroadcastMetadata = mock(
94 BluetoothLeBroadcastMetadata.class);
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/
DBroadcastDialogDelegate.java24 import android.bluetooth.BluetoothLeBroadcastMetadata;
106 @NonNull BluetoothLeBroadcastMetadata metadata) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDeviceManager.kt20 import android.bluetooth.BluetoothLeBroadcastMetadata in <lambda>()
294 metadata: BluetoothLeBroadcastMetadata in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDeviceManagerTest.kt20 import android.bluetooth.BluetoothLeBroadcastMetadata
915 metadata: BluetoothLeBroadcastMetadata in setupBroadcastCallback()