Searched refs:STATS_SINCE_CHARGED (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHelper.java93 private int mStatsType = BatteryStats.STATS_SINCE_CHARGED;
987 stats.distributeWorkLocked(BatteryStats.STATS_SINCE_CHARGED);
H A DBatteryStatsImpl.java533 case STATS_SINCE_CHARGED:
545 case STATS_SINCE_CHARGED:
617 out.writeLong(computeUptime(uptime, STATS_SINCE_CHARGED));
618 out.writeLong(computeRealtime(realtime, STATS_SINCE_CHARGED));
709 } else if (which != STATS_SINCE_CHARGED) {
813 } else if (which != STATS_SINCE_CHARGED) {
1009 } else if (which != STATS_SINCE_CHARGED) {
1021 } else if (which != STATS_SINCE_CHARGED) {
7175 case STATS_SINCE_CHARGED: return mUptime + (curTime-mUptimeStart);
7185 case STATS_SINCE_CHARGED
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java136 public static final int STATS_SINCE_CHARGED = 0; field in class:BatteryStats
218 * @param which one of STATS_SINCE_CHARGED, STATS_SINCE_UNPLUGGED, or STATS_CURRENT
237 * @param which one of STATS_SINCE_CHARGED, STATS_SINCE_UNPLUGGED, or STATS_CURRENT
256 * @param which one of STATS_SINCE_CHARGED, STATS_SINCE_UNPLUGGED, or STATS_CURRENT
265 * @param which one of STATS_SINCE_CHARGED, STATS_SINCE_UNPLUGGED, or STATS_CURRENT
443 * @param which one of STATS_SINCE_CHARGED, STATS_SINCE_UNPLUGGED, or STATS_CURRENT.
450 * @param which one of STATS_SINCE_CHARGED, STATS_SINCE_UNPLUGGED, or STATS_CURRENT.
457 * @param which one of STATS_SINCE_CHARGED, STATS_SINCE_UNPLUGGED, or STATS_CURRENT.
463 * @param which one of STATS_SINCE_CHARGED, STATS_SINCE_UNPLUGGED, or STATS_CURRENT.
472 * @param which one of STATS_SINCE_CHARGED, STATS_SINCE_UNPLUGGE
[all...]

Completed in 140 milliseconds