summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/compat/telephony/TelephonyManagerCompat.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/compat/telephony/TelephonyManagerCompat.java
parentef7338cf787301c573fde8129bf8880d7faba040 (diff)
parent938468da6f5c225ebb161a68bd949c9cf3261892 (diff)
Merge "Rename the new bubble package name from "bubble" to "newbubble"."
Diffstat (limited to 'java/com/android/dialer/compat/telephony/TelephonyManagerCompat.java')
-rw-r--r--java/com/android/dialer/compat/telephony/TelephonyManagerCompat.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/com/android/dialer/compat/telephony/TelephonyManagerCompat.java b/java/com/android/dialer/compat/telephony/TelephonyManagerCompat.java
index fbc789900..cadce4d48 100644
--- a/java/com/android/dialer/compat/telephony/TelephonyManagerCompat.java
+++ b/java/com/android/dialer/compat/telephony/TelephonyManagerCompat.java
@@ -51,7 +51,7 @@ public class TelephonyManagerCompat {
private static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE";
- // TODO(erfanian): b/63995261 Replace with the platform/telecom constant when available.
+ // TODO(erfanian): a bug Replace with the platform/telecom constant when available.
/**
* Indicates that the call being placed originated from a known contact.
*
@@ -59,7 +59,7 @@ public class TelephonyManagerCompat {
*/
public static final String ALLOW_ASSISTED_DIAL = "android.telecom.extra.ALLOW_ASSISTED_DIAL";
- // TODO(erfanian): b/63995261 Replace with the platform/telecom constant when available.
+ // TODO(erfanian): a bug Replace with the platform/telecom constant when available.
/**
* Indicates that an outgoing call has undergone assisted dialing.
*
@@ -68,7 +68,7 @@ public class TelephonyManagerCompat {
*/
public static final String IS_ASSISTED_DIALED = "android.telecom.extra.IS_ASSISTED_DIALED";
- // TODO(erfanian): b/63995261 Replace with the platform/telecom API when available.
+ // TODO(erfanian): a bug Replace with the platform/telecom API when available.
/** Additional information relating to the assisted dialing transformation. */
public static final String ASSISTED_DIALING_EXTRAS =
"android.telecom.extra.ASSISTED_DIALING_EXTRAS";