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

  /frameworks/base/services/java/com/android/server/
BatteryService.java 134 private int mPlugType;
217 return mPlugType;
301 mPlugType = BatteryManager.BATTERY_PLUGGED_AC;
303 mPlugType = BatteryManager.BATTERY_PLUGGED_USB;
305 mPlugType = BatteryManager.BATTERY_PLUGGED_WIRELESS;
307 mPlugType = BATTERY_PLUGGED_NONE;
323 + ", mPlugType=" + mPlugType);
329 mPlugType, mBatteryLevel, mBatteryTemperature,
342 mPlugType != mLastPlugType |
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 55 int mPlugType = 0;
117 final int oldPlugType = mPlugType;
118 mPlugType = intent.getIntExtra(BatteryManager.EXTRA_PLUGGED, 1);
122 final boolean plugged = mPlugType != 0;
134 Slog.d(TAG, "plugType " + oldPlugType + " --> " + mPlugType);
300 pw.print("mPlugType=");
301 pw.println(Integer.toString(mPlugType));
  /frameworks/base/services/java/com/android/server/power/
PowerManagerService.java 271 private int mPlugType;
    [all...]

Completed in 166 milliseconds