Searched refs:mLastPlugType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java137 private int mLastPlugType = -1; // Extra state so we can detect first run field in class:BatteryService
260 final boolean oldPlugged = mLastPlugType != BATTERY_PLUGGED_NONE;
373 mPlugType != mLastPlugType ||
381 if (mPlugType != mLastPlugType) {
382 if (mLastPlugType == BATTERY_PLUGGED_NONE) {
404 mPlugType != mLastPlugType) {
447 if (mPlugType != 0 && mLastPlugType == 0) {
457 else if (mPlugType == 0 && mLastPlugType != 0) {
502 mLastPlugType = mPlugType;

Completed in 70 milliseconds