Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastSettings.java41 private final List<BluetoothLeBroadcastSubgroupSettings> mSubgroupSettings; field in BluetoothLeBroadcastSettings
53 mSubgroupSettings = subgroupSettings; in BluetoothLeBroadcastSettings()
66 && mSubgroupSettings.equals(other.getSubgroupSettings()); in equals()
76 mSubgroupSettings); in hashCode()
143 return mSubgroupSettings; in getSubgroupSettings()
173 out.writeTypedList(mSubgroupSettings); in writeToParcel()
225 private List<BluetoothLeBroadcastSubgroupSettings> mSubgroupSettings = new ArrayList<>(); field in BluetoothLeBroadcastSettings.Builder
247 mSubgroupSettings = original.getSubgroupSettings(); in Builder()
343 mSubgroupSettings.add(subgroupSettings); in addSubgroupSettings()
356 mSubgroupSettings.clear(); in clearSubgroupSettings()
[all …]