Searched refs:mLastRxTime (Results 1 – 1 of 1) sorted by relevance
81 private long mLastRxTime; field in BluetoothPowerStatsCollector208 long rxTimeDelta = Math.max(0, rxTime - mLastRxTime); in collectBluetoothActivityInfo()210 mLastRxTime = rxTime; in collectBluetoothActivityInfo()