Searched refs:STATS_SINCE_UNPLUGGED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java537 case STATS_SINCE_UNPLUGGED:
549 case STATS_SINCE_UNPLUGGED:
707 if (which == STATS_SINCE_UNPLUGGED) {
811 if (which == STATS_SINCE_UNPLUGGED) {
1007 if (which == STATS_SINCE_UNPLUGGED) {
1019 if (which == STATS_SINCE_UNPLUGGED) {
5648 } else if (which == STATS_SINCE_UNPLUGGED) {
5659 } else if (which == STATS_SINCE_UNPLUGGED) {
5670 } else if (which == STATS_SINCE_UNPLUGGED) {
5681 } else if (which == STATS_SINCE_UNPLUGGED) {
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java146 public static final int STATS_SINCE_UNPLUGGED = 2; 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_UNPLUGGED, o
[all...]

Completed in 21 milliseconds