Searched refs:mCodecSpecific3 (Results 1 – 2 of 2) sorted by relevance
234 private final long mCodecSpecific3; field in BluetoothCodecConfig265 mCodecSpecific3 = codecSpecific3; in BluetoothCodecConfig()296 mCodecSpecific3 = in.readLong(); in BluetoothCodecConfig()311 && other.mCodecSpecific3 == mCodecSpecific3 in equals()325 mCodecSpecific2, mCodecSpecific3, mCodecSpecific4); in hashCode()408 + ",mCodecSpecific3:" + mCodecSpecific3 in toString()449 out.writeLong(mCodecSpecific3); in writeToParcel()601 return mCodecSpecific3; in getCodecSpecific3()749 private long mCodecSpecific3 = 0; field in BluetoothCodecConfig.Builder836 mCodecSpecific3 = codecSpecific3; in setCodecSpecific3()[all …]
264 Landroid/bluetooth/BluetoothCodecConfig;->mCodecSpecific3:J