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

Commit 295fde95 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

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



Change-Id: I55a43a03f77b87e7c0d3b561ec4727fbcad9c0a1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b241c0a1 97f4c617
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);
                }
            });
        }