Loading packages/SystemUI/src/com/android/systemui/BatteryMeterView.java +3 −0 Original line number Diff line number Diff line Loading @@ -326,6 +326,9 @@ public class BatteryMeterView extends LinearLayout implements if (mBatteryPercentView != null) { if (mShowPercentMode == MODE_ESTIMATE && !mCharging) { mBatteryController.getEstimatedTimeRemainingString((String estimate) -> { if (mBatteryPercentView == null) { return; } if (estimate != null) { mBatteryPercentView.setText(estimate); setContentDescription(getContext().getString( Loading Loading
packages/SystemUI/src/com/android/systemui/BatteryMeterView.java +3 −0 Original line number Diff line number Diff line Loading @@ -326,6 +326,9 @@ public class BatteryMeterView extends LinearLayout implements if (mBatteryPercentView != null) { if (mShowPercentMode == MODE_ESTIMATE && !mCharging) { mBatteryController.getEstimatedTimeRemainingString((String estimate) -> { if (mBatteryPercentView == null) { return; } if (estimate != null) { mBatteryPercentView.setText(estimate); setContentDescription(getContext().getString( Loading