Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothQualityReport.java765 private long mLastFlowOnTimestamp; field in BluetoothQualityReport.BqrCommon
813 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()