Loading services/core/java/com/android/server/am/BroadcastQueue.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -296,7 +296,7 @@ public final class BroadcastQueue { public void skipCurrentReceiverLocked(ProcessRecord app) { public void skipCurrentReceiverLocked(ProcessRecord app) { boolean reschedule = false; boolean reschedule = false; BroadcastRecord r = app.curReceiver; BroadcastRecord r = app.curReceiver; if (r != null) { if (r != null && r.queue == this) { // The current broadcast is waiting for this app's receiver // The current broadcast is waiting for this app's receiver // to be finished. Looks like that's not going to happen, so // to be finished. Looks like that's not going to happen, so // let the broadcast continue. // let the broadcast continue. Loading Loading
services/core/java/com/android/server/am/BroadcastQueue.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -296,7 +296,7 @@ public final class BroadcastQueue { public void skipCurrentReceiverLocked(ProcessRecord app) { public void skipCurrentReceiverLocked(ProcessRecord app) { boolean reschedule = false; boolean reschedule = false; BroadcastRecord r = app.curReceiver; BroadcastRecord r = app.curReceiver; if (r != null) { if (r != null && r.queue == this) { // The current broadcast is waiting for this app's receiver // The current broadcast is waiting for this app's receiver // to be finished. Looks like that's not going to happen, so // to be finished. Looks like that's not going to happen, so // let the broadcast continue. // let the broadcast continue. Loading