Loading services/core/java/com/android/server/am/BroadcastQueueModernImpl.java +4 −2 Original line number Diff line number Diff line Loading @@ -1444,13 +1444,15 @@ class BroadcastQueueModernImpl extends BroadcastQueue { @Override public boolean isDelayBehindServices() { // TODO: implement // Modern queue does not alter the broadcasts delivery behavior based on background // services, so ignore. return false; } @Override public void backgroundServicesFinishedLocked(int userId) { // TODO: implement // Modern queue does not alter the broadcasts delivery behavior based on background // services, so ignore. } /** Loading Loading
services/core/java/com/android/server/am/BroadcastQueueModernImpl.java +4 −2 Original line number Diff line number Diff line Loading @@ -1444,13 +1444,15 @@ class BroadcastQueueModernImpl extends BroadcastQueue { @Override public boolean isDelayBehindServices() { // TODO: implement // Modern queue does not alter the broadcasts delivery behavior based on background // services, so ignore. return false; } @Override public void backgroundServicesFinishedLocked(int userId) { // TODO: implement // Modern queue does not alter the broadcasts delivery behavior based on background // services, so ignore. } /** Loading