Searched refs:oldPlugType (Results 1 – 2 of 2) sorted by relevance
298 final int oldPlugType = mPlugType; in onReceive() local305 final boolean oldPlugged = oldPlugType != 0; in onReceive()316 Slog.d(TAG, "plugType " + oldPlugType + " --> " + mPlugType); in onReceive()
2545 final int oldPlugType = mPlugType;2557 + ", oldPlugType=" + oldPlugType2569 if (wasPowered != mIsPowered || oldPlugType != mPlugType) {2582 if (shouldWakeUpWhenPluggedOrUnpluggedLocked(wasPowered, oldPlugType,2596 if (mIsPowered && !BatteryManager.isPlugWired(oldPlugType)2611 boolean wasPowered, int oldPlugType, boolean dockedOnWirelessCharger) {2626 && oldPlugType == BatteryManager.BATTERY_PLUGGED_WIRELESS) {