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

Commit 86519dd5 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Use correct method for sparsearray lookup" into klp-dev

parents 654314ee 540b6593
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1839,7 +1839,7 @@ public final class ActiveServices {
                }
            }
        } else {
            ServiceMap smap = mServiceMap.valueAt(userId);
            ServiceMap smap = mServiceMap.get(userId);
            if (smap != null) {
                ArrayMap<ComponentName, ServiceRecord> items = smap.mServicesByName;
                didSomething = collectForceStopServicesLocked(name, userId, evenPersistent,