Searched refs:mLastBatteryLevel (Results 1 – 2 of 2) sorted by relevance
154 private int mLastBatteryLevel; field in BatteryService362 && (oldPlugged || mLastBatteryLevel > mLowBatteryWarningLevel in shouldSendBatteryLowLocked()509 mHealthInfo.batteryLevel != mLastBatteryLevel || in processValuesLocked()570 if (mHealthInfo.batteryLevel != mLastBatteryLevel) { in processValuesLocked()662 if (mLastBatteryLevel != mHealthInfo.batteryLevel || mLastPlugType != mPlugType) { in processValuesLocked()678 mLastBatteryLevel = mHealthInfo.batteryLevel; in processValuesLocked()
172 private float mLastBatteryLevel = Float.NaN; field in BrightnessTracker366 builder.setBatteryLevel(mLastBatteryLevel); in handleBrightnessChanged()715 pw.println(" mLastBatteryLevel=" + mLastBatteryLevel); in dump()880 mLastBatteryLevel = (float) level / (float) scale; in batteryLevelChanged()