Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java259 private long mTxTimeTotalMs; field in AdapterService
5890 mTxTimeTotalMs, in reportActivityInfo()
6187 totalTxTimeMs = Math.addExact(mTxTimeTotalMs, txTime); in energyInfoCallbackInternal()
6195 totalTxTimeMs = mTxTimeTotalMs; in energyInfoCallbackInternal()
6201 mTxTimeTotalMs = totalTxTimeMs; in energyInfoCallbackInternal()