Home | History | Annotate | Download | only in power

Lines Matching refs:oldPlugType

1696             final int oldPlugType = mPlugType;
1706 + ", oldPlugType=" + oldPlugType
1711 if (wasPowered != mIsPowered || oldPlugType != mPlugType) {
1724 if (shouldWakeUpWhenPluggedOrUnpluggedLocked(wasPowered, oldPlugType,
1752 boolean wasPowered, int oldPlugType, boolean dockedOnWirelessCharger) {
1761 && oldPlugType == BatteryManager.BATTERY_PLUGGED_WIRELESS) {