Searched refs:mCodecSpecific4 (Results 1 – 2 of 2) sorted by relevance
230 private final long mCodecSpecific4; field in BluetoothCodecConfig301 mCodecSpecific4 = codecSpecific4; in BluetoothCodecConfig()338 mCodecSpecific4 = in.readLong(); in BluetoothCodecConfig()353 && other.mCodecSpecific4 == mCodecSpecific4); in equals()372 mCodecSpecific4); in hashCode()467 + (",mCodecSpecific4:" + mCodecSpecific4) in toString()508 out.writeLong(mCodecSpecific4); in writeToParcel()703 return mCodecSpecific4; in getCodecSpecific4()841 private long mCodecSpecific4 = 0; field in BluetoothCodecConfig.Builder952 mCodecSpecific4 = codecSpecific4; in setCodecSpecific4()[all …]
265 Landroid/bluetooth/BluetoothCodecConfig;->mCodecSpecific4:J