Searched refs:mLastBluetoothActivityInfo (Results 1 – 2 of 2) sorted by relevance
13217 private final BluetoothActivityInfoCache mLastBluetoothActivityInfo field in BatteryStatsImpl13241 mLastBluetoothActivityInfo.set(info); in updateBluetoothStateLocked()13247 if (info.getControllerRxTimeMillis() < mLastBluetoothActivityInfo.rxTimeMs in updateBluetoothStateLocked()13248 || info.getControllerTxTimeMillis() < mLastBluetoothActivityInfo.txTimeMs in updateBluetoothStateLocked()13249 || info.getControllerIdleTimeMillis() < mLastBluetoothActivityInfo.idleTimeMs in updateBluetoothStateLocked()13250 || info.getControllerEnergyUsed() < mLastBluetoothActivityInfo.energy) { in updateBluetoothStateLocked()13253 mLastBluetoothActivityInfo.reset(); in updateBluetoothStateLocked()13257 info.getControllerRxTimeMillis() - mLastBluetoothActivityInfo.rxTimeMs; in updateBluetoothStateLocked()13259 info.getControllerTxTimeMillis() - mLastBluetoothActivityInfo.txTimeMs; in updateBluetoothStateLocked()13261 info.getControllerIdleTimeMillis() - mLastBluetoothActivityInfo.idleTimeMs; in updateBluetoothStateLocked()[all …]
73706 Lcom/android/internal/os/BatteryStatsImpl;->mLastBluetoothActivityInfo:Lcom/android/internal/os/Bat…