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

Commit 93265532 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

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



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