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

Commit a48f2419 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 0ba4a29c: am 86519dd5: Merge "Use correct method for sparsearray lookup" into klp-dev

* commit '0ba4a29c':
  Use correct method for sparsearray lookup
parents 69c30a49 0ba4a29c
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,