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

  /packages/apps/Settings/src/com/android/settings/
Utils.java 402 int plugType = intent.getIntExtra(BatteryManager.EXTRA_PLUGGED, 0);
408 if (plugType > 0) {
410 if (plugType == BatteryManager.BATTERY_PLUGGED_AC) {
412 } else if (plugType == BatteryManager.BATTERY_PLUGGED_USB) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 77 int plugType;
96 plugType = intent.getIntExtra(BatteryManager.EXTRA_PLUGGED, 0);
97 plugged = plugType != 0;
115 int savePlugged = plugType;

Completed in 74 milliseconds