summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/enrichedcall/EnrichedCallManager.java
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-10-24 22:41:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-24 22:41:00 +0000
commitdaa1c44c00f3c598223639c9b80a52cf41db51ba (patch)
treee4c88a1862b157dc858abe73e52b077bf7b96948 /java/com/android/dialer/enrichedcall/EnrichedCallManager.java
parentef7338cf787301c573fde8129bf8880d7faba040 (diff)
parent938468da6f5c225ebb161a68bd949c9cf3261892 (diff)
Merge "Rename the new bubble package name from "bubble" to "newbubble"."
Diffstat (limited to 'java/com/android/dialer/enrichedcall/EnrichedCallManager.java')
-rw-r--r--java/com/android/dialer/enrichedcall/EnrichedCallManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/dialer/enrichedcall/EnrichedCallManager.java b/java/com/android/dialer/enrichedcall/EnrichedCallManager.java
index 9f68978b5..681193c52 100644
--- a/java/com/android/dialer/enrichedcall/EnrichedCallManager.java
+++ b/java/com/android/dialer/enrichedcall/EnrichedCallManager.java
@@ -274,7 +274,7 @@ public interface EnrichedCallManager {
* when dialer is not in the foreground, and can not start {@link
* com.android.dialer.app.calllog.CallLogNotificationsService} to handle the event. The
* pendingResult allows dialer to hold on to resources when the event is handled in a
- * background thread. TODO(b/67015768): migrate CallLogNotificationsService to a
+ * background thread. TODO(a bug): migrate CallLogNotificationsService to a
* JobIntentService so it can be used in the background.
* @throws IllegalStateException if there's no session for the given id
*/