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

Commit 34d3f79f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents b5274974 93a4ef67
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)