Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastMetadata.java118 private final List<BluetoothLeBroadcastSubgroup> mSubgroups; field in BluetoothLeBroadcastMetadata
148 mSubgroups = subgroups; in BluetoothLeBroadcastMetadata()
170 && mSubgroups.equals(other.getSubgroups()); in equals()
189 mSubgroups); in hashCode()
208 + (", subgroups=" + mSubgroups) in toString()
403 return mSubgroups; in getSubgroups()
443 out.writeTypedList(mSubgroups); in writeToParcel()
524 private List<BluetoothLeBroadcastSubgroup> mSubgroups = new ArrayList<>(); field in BluetoothLeBroadcastMetadata.Builder
555 mSubgroups = original.getSubgroups(); in Builder()
793 mSubgroups.add(subgroup); in addSubgroup()
[all …]