summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2018-12-01 04:45:32 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-12-01 04:45:32 +0000
commit96b3e880465734e732b1743d4f532c99b71df5f0 (patch)
tree0279c2efb519b5231d687db10a05ccae58024b3b
parentcd0ee52248917bd871ea4890100e5ed8a6893f28 (diff)
parent458e0d3d6fa5f65f43fdf89af66d175ac5833e50 (diff)
Merge "Update comment referring to number of BroadcastQueues"
-rw-r--r--services/core/java/com/android/server/am/BroadcastQueue.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/services/core/java/com/android/server/am/BroadcastQueue.java b/services/core/java/com/android/server/am/BroadcastQueue.java
index a0977be0e25d..8c39d75ea6a4 100644
--- a/services/core/java/com/android/server/am/BroadcastQueue.java
+++ b/services/core/java/com/android/server/am/BroadcastQueue.java
@@ -58,8 +58,9 @@ import java.util.Set;
/**
* BROADCASTS
*
- * We keep two broadcast queues and associated bookkeeping, one for those at
- * foreground priority, and one for normal (background-priority) broadcasts.
+ * We keep three broadcast queues and associated bookkeeping, one for those at
+ * foreground priority, and one for normal (background-priority) broadcasts, and one to
+ * offload special broadcasts that we know take a long time, such as BOOT_COMPLETED.
*/
public final class BroadcastQueue {
private static final String TAG = "BroadcastQueue";