Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastSubgroup.java36 public final class BluetoothLeBroadcastSubgroup implements Parcelable { class
42 private BluetoothLeBroadcastSubgroup( in BluetoothLeBroadcastSubgroup() method in BluetoothLeBroadcastSubgroup
55 if (!(o instanceof BluetoothLeBroadcastSubgroup)) { in equals()
58 final BluetoothLeBroadcastSubgroup other = (BluetoothLeBroadcastSubgroup) o; in equals()
177 public static final Creator<BluetoothLeBroadcastSubgroup> CREATOR =
179 public @NonNull BluetoothLeBroadcastSubgroup createFromParcel(@NonNull Parcel in) {
194 public @NonNull BluetoothLeBroadcastSubgroup[] newArray(int size) {
195 return new BluetoothLeBroadcastSubgroup[size];
228 public Builder(@NonNull BluetoothLeBroadcastSubgroup original) { in Builder()
328 public @NonNull BluetoothLeBroadcastSubgroup build() { in build()
[all …]
DBluetoothLeBroadcastMetadata.java118 private final List<BluetoothLeBroadcastSubgroup> mSubgroups;
134 List<BluetoothLeBroadcastSubgroup> subgroups) { in BluetoothLeBroadcastMetadata()
402 public @NonNull List<BluetoothLeBroadcastSubgroup> getSubgroups() { in getSubgroups()
482 final List<BluetoothLeBroadcastSubgroup> subgroups = new ArrayList<>();
483 in.readTypedList(subgroups, BluetoothLeBroadcastSubgroup.CREATOR);
484 for (BluetoothLeBroadcastSubgroup subgroup : subgroups) {
524 private List<BluetoothLeBroadcastSubgroup> mSubgroups = new ArrayList<>();
791 public @NonNull Builder addSubgroup(@NonNull BluetoothLeBroadcastSubgroup subgroup) { in addSubgroup()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothBroadcastSourcePreference.java22 import android.bluetooth.BluetoothLeBroadcastSubgroup;
157 final List<BluetoothLeBroadcastSubgroup> subgroups = in getProgramInfo()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBroadcastScanActivity.java24 import android.bluetooth.BluetoothLeBroadcastSubgroup;
182 for (BluetoothLeBroadcastSubgroup subGroup : in onCreate()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java35 import android.bluetooth.BluetoothLeBroadcastSubgroup;
601 BluetoothLeBroadcastSubgroup.Builder subGroup = in getBroadcastMetadataFromBaseData()
602 new BluetoothLeBroadcastSubgroup.Builder(); in getBroadcastMetadataFromBaseData()
1639 List<BluetoothLeBroadcastSubgroup> subGroups = metaData.getSubgroups(); in convertMetadataToAddSourceByteArray()
1642 for (BluetoothLeBroadcastSubgroup subGroup : subGroups) { in convertMetadataToAddSourceByteArray()
1674 List<BluetoothLeBroadcastSubgroup> subGroups = metaData.getSubgroups(); in convertBroadcastMetadataToUpdateSourceByteArray()
1697 for (BluetoothLeBroadcastSubgroup subGroup : subGroups) { in convertBroadcastMetadataToUpdateSourceByteArray()
DBassClientService.java39 import android.bluetooth.BluetoothLeBroadcastSubgroup;
2003 BluetoothLeBroadcastSubgroup.Builder subGroup = in getBroadcastMetadataFromBaseData()
2004 new BluetoothLeBroadcastSubgroup.Builder(); in getBroadcastMetadataFromBaseData()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBroadcastServiceTest.java566 private BluetoothLeBroadcastSubgroup createBroadcastSubgroup() { in createBroadcastSubgroup()
576 BluetoothLeBroadcastSubgroup.Builder builder = in createBroadcastSubgroup()
577 new BluetoothLeBroadcastSubgroup.Builder() in createBroadcastSubgroup()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt651 …method @NonNull public java.util.List<android.bluetooth.BluetoothLeBroadcastSubgroup> getSubgroups…
666 …thLeBroadcastMetadata.Builder addSubgroup(@NonNull android.bluetooth.BluetoothLeBroadcastSubgroup);
732 public final class BluetoothLeBroadcastSubgroup implements android.os.Parcelable {
740 … static final android.os.Parcelable.Creator<android.bluetooth.BluetoothLeBroadcastSubgroup> CREATO…
743 public static final class BluetoothLeBroadcastSubgroup.Builder {
744 ctor public BluetoothLeBroadcastSubgroup.Builder();
745 …ctor public BluetoothLeBroadcastSubgroup.Builder(@NonNull android.bluetooth.BluetoothLeBroadcastSu…
746 …method @NonNull public android.bluetooth.BluetoothLeBroadcastSubgroup.Builder addChannel(@NonNull …
747 method @NonNull public android.bluetooth.BluetoothLeBroadcastSubgroup build();
748 method @NonNull public android.bluetooth.BluetoothLeBroadcastSubgroup.Builder clearChannel();
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java80 import android.bluetooth.BluetoothLeBroadcastSubgroup;
2529 private BluetoothLeBroadcastSubgroup createBroadcastSubgroup() { in createBroadcastSubgroup()
2548 BluetoothLeBroadcastSubgroup.Builder builder = in createBroadcastSubgroup()
2549 new BluetoothLeBroadcastSubgroup.Builder() in createBroadcastSubgroup()
DBassClientServiceTest.java49 import android.bluetooth.BluetoothLeBroadcastSubgroup;
169 BluetoothLeBroadcastSubgroup createBroadcastSubgroup() { in createBroadcastSubgroup()
179 BluetoothLeBroadcastSubgroup.Builder builder = in createBroadcastSubgroup()
180 new BluetoothLeBroadcastSubgroup.Builder() in createBroadcastSubgroup()