Merge "registerUpdatedByApp should be synchronized" into nyc-dev
This commit is contained in:
@@ -146,7 +146,8 @@ public class NotificationUsageStats {
|
|||||||
/**
|
/**
|
||||||
* Called when a notification has been updated.
|
* Called when a notification has been updated.
|
||||||
*/
|
*/
|
||||||
public void registerUpdatedByApp(NotificationRecord notification, NotificationRecord old) {
|
public synchronized void registerUpdatedByApp(NotificationRecord notification,
|
||||||
|
NotificationRecord old) {
|
||||||
notification.stats.updateFrom(old.stats);
|
notification.stats.updateFrom(old.stats);
|
||||||
AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification);
|
AggregatedStats[] aggregatedStatsArray = getAggregatedStatsLocked(notification);
|
||||||
for (AggregatedStats stats : aggregatedStatsArray) {
|
for (AggregatedStats stats : aggregatedStatsArray) {
|
||||||
|
|||||||
Reference in New Issue
Block a user