Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java6183 long totalRxTimeMs; in energyInfoCallbackInternal() local
6188 totalRxTimeMs = Math.addExact(mRxTimeTotalMs, rxTime); in energyInfoCallbackInternal()
6196 totalRxTimeMs = mRxTimeTotalMs; in energyInfoCallbackInternal()
6202 mRxTimeTotalMs = totalRxTimeMs; in energyInfoCallbackInternal()