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

Commit 5681af59 authored by Kweku Adams's avatar Kweku Adams Committed by Automerger Merge Worker
Browse files

Merge "BatteryStatsService: Fix wrong arguments passed to...

Merge "BatteryStatsService: Fix wrong arguments passed to noteBluetoothScanStoppedFromSourceLocked." am: 97f4c617 am: 295fde95 am: 93265532 am: b50303cb

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2063308



Change-Id: I367e2ac759115f5fb1ddde254fb3153d12e40f6d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2f0455aa b50303cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2025,7 +2025,7 @@ public final class BatteryStatsService extends IBatteryStats.Stub
            mHandler.post(() -> {
                synchronized (mStats) {
                    mStats.noteBluetoothScanStoppedFromSourceLocked(localWs, isUnoptimized,
                            uptime, elapsedRealtime);
                            elapsedRealtime, uptime);
                }
            });
        }