Searched defs:getBatteryUptimeLocked (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java6503 mLaunchedSince = getBatteryUptimeLocked();
6510 long time = getBatteryUptimeLocked() - mLaunchedSince;
6523 mRunningSince = getBatteryUptimeLocked();
6530 long time = getBatteryUptimeLocked() - mRunningSince;
8581 return computeBatteryUptime(getBatteryUptimeLocked(), STATS_CURRENT);
8748 long getBatteryUptimeLocked() { method in class:BatteryStatsImpl

Completed in 45 milliseconds