Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c6e8e42 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Export battery usage data for EBS essential list filter mechanism" into...

Merge "Export battery usage data for EBS essential list filter mechanism" into tm-dev am: 34d3f79f

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17180633

Change-Id: I1bf7b0d6e179c94e1e5ab74705e3383f10c86da4
parents 831b5f7e 34d3f79f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -618,7 +618,7 @@ public class BatteryChartPreferenceController extends AbstractPreferenceControll
    }

    /** Used for {@link AppBatteryPreferenceController}. */
    static List<BatteryDiffEntry> getBatteryLast24HrUsageData(Context context) {
    public static List<BatteryDiffEntry> getBatteryLast24HrUsageData(Context context) {
        final long start = System.currentTimeMillis();
        final Map<Long, Map<String, BatteryHistEntry>> batteryHistoryMap =
            FeatureFactory.getFactory(context)