HomeSort by relevance Sort by last modified time
    Searched refs:BATTERY_PLUGGED_NONE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 105 private static final int BATTERY_PLUGGED_NONE = 0;
242 final boolean plugged = mPlugType != BATTERY_PLUGGED_NONE;
243 final boolean oldPlugged = mLastPlugType != BATTERY_PLUGGED_NONE;
318 mPlugType = BATTERY_PLUGGED_NONE;
359 if (mLastPlugType == BATTERY_PLUGGED_NONE) {
372 } else if (mPlugType == BATTERY_PLUGGED_NONE) {
393 mPlugType == BATTERY_PLUGGED_NONE) {
402 if (mPlugType == BATTERY_PLUGGED_NONE
408 if (mPlugType != BATTERY_PLUGGED_NONE) {
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 2235 milliseconds