Searched refs:mLastTxAckTimestamp (Results 1 – 1 of 1) sorted by relevance
684 private long mLastTxAckTimestamp; field in BluetoothQualityReport.BqrCommon715 mLastTxAckTimestamp = bqrBuf.getInt() & 0xFFFFFFFFL; in BqrCommon()749 mLastTxAckTimestamp = in.readLong(); in BqrCommon()988 return mLastTxAckTimestamp; in getLastTxAckTimestamp()1079 dest.writeLong(mLastTxAckTimestamp); in writeToParcel()1147 + String.format("0x%08X", mLastTxAckTimestamp) in toString()1184 private long mLastTxAckTimestamp; field in BluetoothQualityReport.BqrVsLsto1202 mLastTxAckTimestamp = bqrBuf.getInt() & 0xFFFFFFFFL; in BqrVsLsto()1213 mLastTxAckTimestamp = in.readLong(); in BqrVsLsto()1313 return mLastTxAckTimestamp; in getLastTxAckTimestamp()[all …]