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

/frameworks/base/services/java/com/android/server/
H A DBatteryService.java135 private int mLastPlugType = -1; // Extra state so we can detect first run field in class:BatteryService
333 mPlugType != mLastPlugType ||
338 if (mPlugType != mLastPlugType) {
339 if (mLastPlugType == BATTERY_PLUGGED_NONE) {
361 mPlugType != mLastPlugType) {
381 final boolean oldPlugged = mLastPlugType != BATTERY_PLUGGED_NONE;
399 if (mPlugType != 0 && mLastPlugType == 0) {
409 else if (mPlugType == 0 && mLastPlugType != 0) {
454 mLastPlugType = mPlugType;

Completed in 74 milliseconds