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.java686 private long mLastFlowOnTimestamp; field in BluetoothQualityReport.BqrCommon
717 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()