Searched refs:mLastBatteryLevel (Results 1 – 2 of 2) sorted by relevance
151 private int mLastBatteryLevel; field in BatteryService357 && (oldPlugged || mLastBatteryLevel > mLowBatteryWarningLevel); in shouldSendBatteryLowLocked()475 mHealthInfo.batteryLevel != mLastBatteryLevel || in processValuesLocked()536 if (mHealthInfo.batteryLevel != mLastBatteryLevel) { in processValuesLocked()628 if (mLastBatteryLevel != mHealthInfo.batteryLevel) { in processValuesLocked()644 mLastBatteryLevel = mHealthInfo.batteryLevel; in processValuesLocked()
152 private float mLastBatteryLevel = Float.NaN; field in BrightnessTracker344 builder.setBatteryLevel(mLastBatteryLevel); in handleBrightnessChanged()659 pw.println(" mLastBatteryLevel=" + mLastBatteryLevel); in dump()756 mLastBatteryLevel = (float) level / (float) scale; in batteryLevelChanged()