Loading services/java/com/android/server/AlarmManagerService.java +4 −2 Original line number Diff line number Diff line Loading @@ -795,6 +795,7 @@ class AlarmManagerService extends IAlarmManager.Stub { +mBroadcastRefCount); } mTriggeredUids.remove(new Integer(uid)); i--; mBlockedUids.add(new Integer(uid)); if(mBroadcastRefCount > 0){ mBroadcastRefCount--; Loading @@ -821,6 +822,7 @@ class AlarmManagerService extends IAlarmManager.Stub { //no more matching uids break from the for loop break; } i--; } } } Loading Loading
services/java/com/android/server/AlarmManagerService.java +4 −2 Original line number Diff line number Diff line Loading @@ -795,6 +795,7 @@ class AlarmManagerService extends IAlarmManager.Stub { +mBroadcastRefCount); } mTriggeredUids.remove(new Integer(uid)); i--; mBlockedUids.add(new Integer(uid)); if(mBroadcastRefCount > 0){ mBroadcastRefCount--; Loading @@ -821,6 +822,7 @@ class AlarmManagerService extends IAlarmManager.Stub { //no more matching uids break from the for loop break; } i--; } } } Loading