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

This commit is contained in:
Amith Yamasani
2013-10-01 23:35:21 +00:00
committed by Android (Google) Code Review

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,