Home
last modified time | relevance | path

Searched refs:BluetoothLeBroadcastSubgroupSettings (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastSubgroupSettings.java36 public final class BluetoothLeBroadcastSubgroupSettings implements Parcelable { class
70 private BluetoothLeBroadcastSubgroupSettings( in BluetoothLeBroadcastSubgroupSettings() method in BluetoothLeBroadcastSubgroupSettings
78 if (!(o instanceof BluetoothLeBroadcastSubgroupSettings)) { in equals()
81 final BluetoothLeBroadcastSubgroupSettings other = (BluetoothLeBroadcastSubgroupSettings) o; in equals()
142 public static final Creator<BluetoothLeBroadcastSubgroupSettings> CREATOR =
144 public @NonNull BluetoothLeBroadcastSubgroupSettings createFromParcel(
153 public @NonNull BluetoothLeBroadcastSubgroupSettings[] newArray(int size) {
154 return new BluetoothLeBroadcastSubgroupSettings[size];
183 public Builder(@NonNull BluetoothLeBroadcastSubgroupSettings original) { in Builder()
229 public BluetoothLeBroadcastSubgroupSettings build() { in build()
[all …]
DBluetoothLeBroadcastSettings.java41 private final List<BluetoothLeBroadcastSubgroupSettings> mSubgroupSettings;
48 List<BluetoothLeBroadcastSubgroupSettings> subgroupSettings) { in BluetoothLeBroadcastSettings()
142 public List<BluetoothLeBroadcastSubgroupSettings> getSubgroupSettings() { in getSubgroupSettings()
199 final List<BluetoothLeBroadcastSubgroupSettings> subgroupSettings =
202 subgroupSettings, BluetoothLeBroadcastSubgroupSettings.CREATOR);
203 for (BluetoothLeBroadcastSubgroupSettings setting : subgroupSettings) {
225 private List<BluetoothLeBroadcastSubgroupSettings> mSubgroupSettings = new ArrayList<>();
341 @NonNull BluetoothLeBroadcastSubgroupSettings subgroupSettings) { in addSubgroupSettings()
DBluetoothLeBroadcast.java828 BluetoothLeBroadcastSubgroupSettings.Builder subgroupBuilder = in buildBroadcastSettingsFromMetadata()
829 new BluetoothLeBroadcastSubgroupSettings.Builder() in buildBroadcastSettingsFromMetadata()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBroadcasterActivity.java23 import android.bluetooth.BluetoothLeBroadcastSubgroupSettings;
357 BluetoothLeBroadcastSubgroupSettings.Builder in onCreate()
359 … new BluetoothLeBroadcastSubgroupSettings in onCreate()
542 BluetoothLeBroadcastSubgroupSettings.Builder subgroupBuilder = in createBroadcastSettingsFromUI()
543 new BluetoothLeBroadcastSubgroupSettings.Builder() in createBroadcastSettingsFromUI()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java31 import android.bluetooth.BluetoothLeBroadcastSubgroupSettings;
79 private static final int TEST_QUALITY = BluetoothLeBroadcastSubgroupSettings.QUALITY_STANDARD;
426 BluetoothLeBroadcastSubgroupSettings.Builder subgroupBuilder = in buildBroadcastSettingsFromMetadata()
427 new BluetoothLeBroadcastSubgroupSettings.Builder() in buildBroadcastSettingsFromMetadata()
DLeAudioBroadcastServiceTest.java280 List<BluetoothLeBroadcastSubgroupSettings> settingsList = settings.getSubgroupSettings(); in verifyBroadcastStarted()
506 int[] expectedQualityArray = {BluetoothLeBroadcastSubgroupSettings.QUALITY_STANDARD}; in testCreateBroadcast_updateQualityToStandard()
821 List<BluetoothLeBroadcastSubgroupSettings> settingsList = settings.getSubgroupSettings(); in testCreatePendingBroadcast()
926 List<BluetoothLeBroadcastSubgroupSettings> settingsList = settings.getSubgroupSettings(); in prepareHandoverStreamingBroadcast()
1190 BluetoothLeBroadcastSubgroupSettings.Builder subgroupBuilder = in buildBroadcastSettingsFromMetadata()
1191 new BluetoothLeBroadcastSubgroupSettings.Builder() in buildBroadcastSettingsFromMetadata()
1193 .setPreferredQuality(BluetoothLeBroadcastSubgroupSettings.QUALITY_HIGH); in buildBroadcastSettingsFromMetadata()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt714 …method @NonNull public java.util.List<android.bluetooth.BluetoothLeBroadcastSubgroupSettings> getS…
723 …tings.Builder addSubgroupSettings(@NonNull android.bluetooth.BluetoothLeBroadcastSubgroupSettings);
754 public final class BluetoothLeBroadcastSubgroupSettings implements android.os.Parcelable {
759 …tic final android.os.Parcelable.Creator<android.bluetooth.BluetoothLeBroadcastSubgroupSettings> CR…
764 public static final class BluetoothLeBroadcastSubgroupSettings.Builder {
765 ctor public BluetoothLeBroadcastSubgroupSettings.Builder();
766 …ctor public BluetoothLeBroadcastSubgroupSettings.Builder(@NonNull android.bluetooth.BluetoothLeBro…
767 method @NonNull public android.bluetooth.BluetoothLeBroadcastSubgroupSettings build();
768 …method @NonNull public android.bluetooth.BluetoothLeBroadcastSubgroupSettings.Builder setContentMe…
769 …method @NonNull public android.bluetooth.BluetoothLeBroadcastSubgroupSettings.Builder setPreferred…
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java41 import android.bluetooth.BluetoothLeBroadcastSubgroupSettings;
1121 List<BluetoothLeBroadcastSubgroupSettings> settingsList = in createBroadcast()
1146 List<BluetoothLeBroadcastSubgroupSettings> settingsList) { in getBroadcastAudioQualityPerSinkCapabilities()
1173 BluetoothLeBroadcastSubgroupSettings.QUALITY_STANDARD); in getBroadcastAudioQualityPerSinkCapabilities()
1223 List<BluetoothLeBroadcastSubgroupSettings> settingsList = in updateBroadcast()