Searched refs:getBatteryUptimeLocked (Results 1 – 3 of 3) sorted by relevance
249 public long getBatteryUptimeLocked() { in testStartLaunchedLockedWhileLaunched()287 public long getBatteryUptimeLocked() { in testStartLaunchedLockedWhileNotLaunched()323 public long getBatteryUptimeLocked() { in testStopLaunchedLockedWhileNotLaunched()362 public long getBatteryUptimeLocked() { in testStopLaunchedLockedWhileLaunchedNormal()400 public long getBatteryUptimeLocked() { in testStopLaunchedLockedWhileLaunchedTooQuick()437 public long getBatteryUptimeLocked() { in testStartRunningLockedWhileRunning()475 public long getBatteryUptimeLocked() { in testStartRunningLockedWhileNotRunning()513 public long getBatteryUptimeLocked() { in testStopRunningLockedWhileRunningNormal()551 public long getBatteryUptimeLocked() { in testStopRunningLockedWhileRunningTooQuick()
9682 mLaunchedSince = mBsi.getBatteryUptimeLocked(); in startLaunchedLocked()9689 long time = mBsi.getBatteryUptimeLocked() - mLaunchedSince; in stopLaunchedLocked()9702 mRunningSince = mBsi.getBatteryUptimeLocked(); in startRunningLocked()9709 long time = mBsi.getBatteryUptimeLocked() - mRunningSince; in stopRunningLocked()12756 return computeBatteryUptime(getBatteryUptimeLocked(), STATS_CURRENT); in getAwakeTimeBattery()13030 protected long getBatteryUptimeLocked() { in getBatteryUptimeLocked() method in BatteryStatsImpl
38796 HSPLcom/android/internal/os/BatteryStatsImpl;->getBatteryUptimeLocked()J