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

* commit '86519dd5bb82a8d3073095bc589e8c7a32f9c112':
  Use correct method for sparsearray lookup
This commit is contained in:
Amith Yamasani
2013-10-01 16:37:38 -07:00
committed by Android Git Automerger

View File

@@ -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,