Searched refs:BluetoothLeBroadcastChannel (Results 1 – 9 of 9) sorted by relevance
34 public final class BluetoothLeBroadcastChannel implements Parcelable { class41 private BluetoothLeBroadcastChannel( in BluetoothLeBroadcastChannel() method in BluetoothLeBroadcastChannel52 if (!(o instanceof BluetoothLeBroadcastChannel)) { in equals()55 final BluetoothLeBroadcastChannel other = (BluetoothLeBroadcastChannel) o; in equals()138 public static final Creator<BluetoothLeBroadcastChannel> CREATOR =140 public @NonNull BluetoothLeBroadcastChannel createFromParcel(@NonNull Parcel in) {141 BluetoothLeBroadcastChannel.Builder builder =142 new BluetoothLeBroadcastChannel.Builder();150 public @NonNull BluetoothLeBroadcastChannel[] newArray(int size) {151 return new BluetoothLeBroadcastChannel[size];[all …]
40 private final List<BluetoothLeBroadcastChannel> mChannels;46 List<BluetoothLeBroadcastChannel> channels) { in BluetoothLeBroadcastSubgroup()130 return mChannels.stream().anyMatch(BluetoothLeBroadcastChannel::isSelected); in hasChannelPreference()144 public @NonNull List<BluetoothLeBroadcastChannel> getChannels() { in getChannels()186 List<BluetoothLeBroadcastChannel> channels = new ArrayList<>();187 in.readTypedList(channels, BluetoothLeBroadcastChannel.CREATOR);188 for (BluetoothLeBroadcastChannel channel : channels) {211 private List<BluetoothLeBroadcastChannel> mChannels = new ArrayList<>();300 public @NonNull Builder addChannel(@NonNull BluetoothLeBroadcastChannel channel) { in addChannel()
22 import android.bluetooth.BluetoothLeBroadcastChannel;184 List<BluetoothLeBroadcastChannel> channels = in onCreate()187 BluetoothLeBroadcastChannel channel = in onCreate()198 BluetoothLeBroadcastChannel.Builder in onCreate()200 … new BluetoothLeBroadcastChannel in onCreate()
32 import android.bluetooth.BluetoothLeBroadcastChannel;605 BluetoothLeBroadcastChannel.Builder channel = in getBroadcastMetadataFromBaseData()606 new BluetoothLeBroadcastChannel.Builder(); in getBroadcastMetadataFromBaseData()1587 private static int getBisSyncFromChannelPreference(List<BluetoothLeBroadcastChannel> channels) { in getBisSyncFromChannelPreference()1589 for (BluetoothLeBroadcastChannel channel : channels) { in getBisSyncFromChannelPreference()
36 import android.bluetooth.BluetoothLeBroadcastChannel;2007 BluetoothLeBroadcastChannel.Builder channel = in getBroadcastMetadataFromBaseData()2008 new BluetoothLeBroadcastChannel.Builder(); in getBroadcastMetadataFromBaseData()
620 public final class BluetoothLeBroadcastChannel implements android.os.Parcelable {626 …c static final android.os.Parcelable.Creator<android.bluetooth.BluetoothLeBroadcastChannel> CREATO…629 public static final class BluetoothLeBroadcastChannel.Builder {630 ctor public BluetoothLeBroadcastChannel.Builder();631 …ctor public BluetoothLeBroadcastChannel.Builder(@NonNull android.bluetooth.BluetoothLeBroadcastCha…632 method @NonNull public android.bluetooth.BluetoothLeBroadcastChannel build();633 … method @NonNull public android.bluetooth.BluetoothLeBroadcastChannel.Builder setChannelIndex(int);634 …method @NonNull public android.bluetooth.BluetoothLeBroadcastChannel.Builder setCodecMetadata(@Non…635 … method @NonNull public android.bluetooth.BluetoothLeBroadcastChannel.Builder setSelected(boolean);734 …method @NonNull public java.util.List<android.bluetooth.BluetoothLeBroadcastChannel> getChannels();[all …]
588 BluetoothLeBroadcastChannel channel = in createBroadcastSubgroup()589 new BluetoothLeBroadcastChannel.Builder() in createBroadcastSubgroup()
77 import android.bluetooth.BluetoothLeBroadcastChannel;2560 BluetoothLeBroadcastChannel channel = in createBroadcastSubgroup()2561 new BluetoothLeBroadcastChannel.Builder() in createBroadcastSubgroup()
46 import android.bluetooth.BluetoothLeBroadcastChannel;191 BluetoothLeBroadcastChannel channel = in createBroadcastSubgroup()192 new BluetoothLeBroadcastChannel.Builder() in createBroadcastSubgroup()