Loading services/core/java/com/android/server/notification/NotificationManagerService.java +4 −3 Original line number Diff line number Diff line Loading @@ -2897,10 +2897,11 @@ public class NotificationManagerService extends SystemService { } private void scheduleSendRankingUpdate() { mHandler.removeMessages(MESSAGE_SEND_RANKING_UPDATE); if (!mHandler.hasMessages(MESSAGE_SEND_RANKING_UPDATE)) { Message m = Message.obtain(mHandler, MESSAGE_SEND_RANKING_UPDATE); mHandler.sendMessage(m); } } private void handleSendRankingUpdate() { synchronized (mNotificationList) { Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +4 −3 Original line number Diff line number Diff line Loading @@ -2897,10 +2897,11 @@ public class NotificationManagerService extends SystemService { } private void scheduleSendRankingUpdate() { mHandler.removeMessages(MESSAGE_SEND_RANKING_UPDATE); if (!mHandler.hasMessages(MESSAGE_SEND_RANKING_UPDATE)) { Message m = Message.obtain(mHandler, MESSAGE_SEND_RANKING_UPDATE); mHandler.sendMessage(m); } } private void handleSendRankingUpdate() { synchronized (mNotificationList) { Loading