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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java263 // is unplugged from power.
267 // is unplugged from power *and* the screen is off.
2904 public void updateTimeBasesLocked(boolean unplugged, boolean screenOff, long uptime, argument
2906 mOnBatteryTimeBase.setRunning(unplugged, uptime, realtime);
2908 boolean unpluggedScreenOff = unplugged && screenOff;
6640 * The amount of user time when last unplugged.
6645 * The amount of system time when last unplugged.
6650 * The amount of foreground time since unplugged.
6655 * The number of times the process has started before unplugged.
6660 * Number of times the process has crashed before unplugged
[all...]

Completed in 520 milliseconds