Searched defs:unplugged (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java281 // is unplugged from power.
285 // is unplugged from power *and* the screen is off.
3226 // most likely charged, when unplugged, stats would have reset anyways.
3461 public void updateTimeBasesLocked(boolean unplugged, boolean screenOff, long uptime, argument
3463 boolean batteryStatusChanged = mOnBatteryTimeBase.setRunning(unplugged, uptime, realtime);
3471 boolean unpluggedScreenOff = unplugged && screenOff;
7659 * The amount of user time when last unplugged.
7664 * The amount of system time when last unplugged.
7669 * The amount of foreground time since unplugged.
7674 * The number of times the process has started before unplugged
[all...]

Completed in 67 milliseconds