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;
292 mPlugType = BatteryManager.BATTERY_PLUGGED_AC;
294 mPlugType = BatteryManager.BATTERY_PLUGGED_USB;
296 mPlugType = BatteryManager.BATTERY_PLUGGED_WIRELESS;
298 mPlugType = BATTERY_PLUGGED_NONE;
314 + ", mPlugType=" + mPlugType);
320 mPlugType, mBatteryLevel, mBatteryTemperature,
333 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 264 private int mPlugType;
    [all...]

Completed in 110 milliseconds