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

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

am a48f2419: am 0ba4a29c: am 86519dd5: Merge "Use correct method for...

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

* commit 'a48f2419':
  Use correct method for sparsearray lookup
parents 5af55d7a a48f2419
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,