Searched refs:mLastFlowOnTimestamp (Results 1 – 1 of 1) sorted by relevance
765 private long mLastFlowOnTimestamp; field in BluetoothQualityReport.BqrCommon813 mLastFlowOnTimestamp = bqrBuf.getInt() & 0xFFFFFFFFL; in BqrCommon()855 mLastFlowOnTimestamp = in.readLong(); in BqrCommon()1132 return mLastFlowOnTimestamp; in getLastFlowOnTimestamp()1297 dest.writeLong(mLastFlowOnTimestamp); in writeToParcel()1376 + String.format("0x%08X", mLastFlowOnTimestamp) in toString()