Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothQualityReport.java677 private int mUnusedAfhChannelCount; field in BluetoothQualityReport.BqrCommon
708 mUnusedAfhChannelCount = bqrBuf.get() & 0xFF; in BqrCommon()
742 mUnusedAfhChannelCount = in.readInt(); in BqrCommon()
909 return mUnusedAfhChannelCount; in getUnusedAfhChannelCount()
1072 dest.writeInt(mUnusedAfhChannelCount); in writeToParcel()
1132 + mUnusedAfhChannelCount in toString()