Searched refs:mLastFlowOnTimestamp (Results 1 – 1 of 1) sorted by relevance
686 private long mLastFlowOnTimestamp; field in BluetoothQualityReport.BqrCommon717 mLastFlowOnTimestamp = bqrBuf.getInt() & 0xFFFFFFFFL; in BqrCommon()751 mLastFlowOnTimestamp = in.readLong(); in BqrCommon()1010 return mLastFlowOnTimestamp; in getLastFlowOnTimestamp()1081 dest.writeLong(mLastFlowOnTimestamp); in writeToParcel()1152 + String.format("0x%08X", mLastFlowOnTimestamp) in toString()