Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBluetoothPowerStatsCollector.java81 private long mLastRxTime; field in BluetoothPowerStatsCollector
208 long rxTimeDelta = Math.max(0, rxTime - mLastRxTime); in collectBluetoothActivityInfo()
210 mLastRxTime = rxTime; in collectBluetoothActivityInfo()