HomeSort by relevance Sort by last modified time
    Searched defs:plugType (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 85 int plugType;
104 plugType = intent.getIntExtra(BatteryManager.EXTRA_PLUGGED, 0);
105 plugged = plugType != 0;
123 int savePlugged = plugType;
  /packages/apps/Settings/src/com/android/settings/
Utils.java 357 int plugType = intent.getIntExtra(BatteryManager.EXTRA_PLUGGED, 0);
363 if (plugType == BatteryManager.BATTERY_PLUGGED_AC) {
365 } else if (plugType == BatteryManager.BATTERY_PLUGGED_USB) {
367 } else if (plugType == BatteryManager.BATTERY_PLUGGED_WIRELESS) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 522 int plugType = mBatteryBroadcast.getIntExtra(BatteryManager.EXTRA_PLUGGED, 0);
524 if (plugType == BatteryManager.BATTERY_PLUGGED_AC) {
526 } else if (plugType == BatteryManager.BATTERY_PLUGGED_USB) {
528 } else if (plugType == BatteryManager.BATTERY_PLUGGED_WIRELESS) {
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 209 milliseconds