Searched refs:oldPlugType (Results 1 – 2 of 2) sorted by relevance
269 final int oldPlugType = mPlugType; in onReceive() local276 final boolean oldPlugged = oldPlugType != 0; in onReceive()287 Slog.d(TAG, "plugType " + oldPlugType + " --> " + mPlugType); in onReceive()
2212 final int oldPlugType = mPlugType;2221 + ", oldPlugType=" + oldPlugType2226 if (wasPowered != mIsPowered || oldPlugType != mPlugType) {2239 if (shouldWakeUpWhenPluggedOrUnpluggedLocked(wasPowered, oldPlugType,2253 if (mIsPowered && !BatteryManager.isPlugWired(oldPlugType)2267 boolean wasPowered, int oldPlugType, boolean dockedOnWirelessCharger) {2276 && oldPlugType == BatteryManager.BATTERY_PLUGGED_WIRELESS) {