Searched refs:mBasebandStats (Results 1 – 1 of 1) sorted by relevance
1178 private long mBasebandStats; field in BluetoothQualityReport.BqrVsLsto1196 mBasebandStats = bqrBuf.getInt() & 0xFFFFFFFFL; in BqrVsLsto()1207 mBasebandStats = in.readLong(); in BqrVsLsto()1247 return mBasebandStats; in getBasebandStats()1335 dest.writeLong(mBasebandStats); in writeToParcel()1370 + String.format("0x%08X", mBasebandStats) in toString()