Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java102 private long mRxTimeTotalMs; field in AdapterService
2193 mTxTimeTotalMs, mRxTimeTotalMs, mIdleTimeTotalMs, in reportActivityInfo()
2223 mRxTimeTotalMs = 0; in reportActivityInfo()
2355 totalRxTimeMs = Math.addExact(mRxTimeTotalMs, rx_time); in energyInfoCallback()
2363 totalRxTimeMs = mRxTimeTotalMs; in energyInfoCallback()
2369 mRxTimeTotalMs = totalRxTimeMs; in energyInfoCallback()