Searched refs:mCodecSpecific3 (Results 1 – 2 of 2) sorted by relevance
229 private final long mCodecSpecific3; field in BluetoothCodecConfig300 mCodecSpecific3 = codecSpecific3; in BluetoothCodecConfig()337 mCodecSpecific3 = in.readLong(); in BluetoothCodecConfig()352 && other.mCodecSpecific3 == mCodecSpecific3 in equals()371 mCodecSpecific3, in hashCode()466 + (",mCodecSpecific3:" + mCodecSpecific3) in toString()507 out.writeLong(mCodecSpecific3); in writeToParcel()680 return mCodecSpecific3; in getCodecSpecific3()840 private long mCodecSpecific3 = 0; field in BluetoothCodecConfig.Builder941 mCodecSpecific3 = codecSpecific3; in setCodecSpecific3()[all …]
264 Landroid/bluetooth/BluetoothCodecConfig;->mCodecSpecific3:J