Searched refs:mChoppyVoice (Results 1 – 1 of 1) sorted by relevance
53 private final boolean mChoppyVoice; field in BluetoothCallQualityReport74 return mChoppyVoice; in isChoppyVoice()131 out.writeBoolean(mChoppyVoice); in writeToParcel()158 && mChoppyVoice == that.mChoppyVoice && mRssiDbm == that.mRssiDbm in equals()167 return Objects.hash(mSentTimestampMillis, mChoppyVoice, mRssiDbm, mSnrDb, in hashCode()177 private boolean mChoppyVoice; field in BluetoothCallQualityReport.Builder200 mChoppyVoice = choppyVoice; in setChoppyVoice()263 mChoppyVoice = in.readBoolean(); in BluetoothCallQualityReport()273 mChoppyVoice = builder.mChoppyVoice; in BluetoothCallQualityReport()