Home | History | Annotate | Download | only in server

Lines Matching refs:mPlugType

143     private int mPlugType;
269 final boolean plugged = mPlugType != BATTERY_PLUGGED_NONE;
339 mPlugType = BatteryManager.BATTERY_PLUGGED_AC;
341 mPlugType = BatteryManager.BATTERY_PLUGGED_USB;
343 mPlugType = BatteryManager.BATTERY_PLUGGED_WIRELESS;
345 mPlugType = BATTERY_PLUGGED_NONE;
365 + ", mPlugType=" + mPlugType);
371 mPlugType, mBatteryProps.batteryLevel, mBatteryProps.batteryTemperature,
385 mPlugType != mLastPlugType ||
393 if (mPlugType != mLastPlugType) {
407 } else if (mPlugType == BATTERY_PLUGGED_NONE) {
416 mPlugType != mLastPlugType) {
419 mPlugType, mBatteryProps.batteryTechnology);
428 mPlugType == BATTERY_PLUGGED_NONE) {
437 if (mPlugType == BATTERY_PLUGGED_NONE
443 if (mPlugType != BATTERY_PLUGGED_NONE) {
459 if (mPlugType != 0 && mLastPlugType == 0) {
470 else if (mPlugType == 0 && mLastPlugType != 0) {
524 mLastPlugType = mPlugType;
550 intent.putExtra(BatteryManager.EXTRA_PLUGGED, mPlugType);
976 return mPlugType;