Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastSubgroup.java37 private final long mCodecId; field in BluetoothLeBroadcastSubgroup
46 mCodecId = codecId; in BluetoothLeBroadcastSubgroup()
58 return mCodecId == other.getCodecId() in equals()
66 return Objects.hash(mCodecId, mCodecSpecificConfig, mContentMetadata, mChannels); in hashCode()
84 return mCodecId; in getCodecId()
154 out.writeLong(mCodecId); in writeToParcel()
195 private long mCodecId = UNKNOWN_VALUE_PLACEHOLDER; field in BluetoothLeBroadcastSubgroup.Builder
216 mCodecId = original.getCodecId(); in Builder()
238 mCodecId = codecId; in setCodecId()
321 return new BluetoothLeBroadcastSubgroup(mCodecId, mCodecSpecificConfig, in build()