summaryrefslogtreecommitdiff
path: root/java/com/android/voicemail/impl/VvmPhoneStateListener.java
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2017-06-20 11:23:41 -0700
committerEric Erfanian <erfanian@google.com>2017-06-21 18:16:03 +0000
commit5b4becb8ca9cc6249d0cf0a074bf63d6999f3b5e (patch)
tree9ced1a3f07598cfb65cc3226368ba5321ee10107 /java/com/android/voicemail/impl/VvmPhoneStateListener.java
parentf0a8ccfcd370d26b3887fc8428dedf5596f42ca8 (diff)
Automated g4 rollback of changelist 158923709.
*** Reason for rollback *** It's not necessary anymore after we verified it could be controlled from server side. *** Original change description *** Flip flag to enable ReturnToCall bubble. Enables ReturnToCall bubble and changes the name of the flag so that it can be toggled independently from previous versions. *** Also in the change: Restore TODOs Test: TH PiperOrigin-RevId: 159587541 Change-Id: I88f01550f07a7859f41b4f0fc843e92b38f5a85b
Diffstat (limited to 'java/com/android/voicemail/impl/VvmPhoneStateListener.java')
-rw-r--r--java/com/android/voicemail/impl/VvmPhoneStateListener.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/voicemail/impl/VvmPhoneStateListener.java b/java/com/android/voicemail/impl/VvmPhoneStateListener.java
index 48b72042c..13d399d88 100644
--- a/java/com/android/voicemail/impl/VvmPhoneStateListener.java
+++ b/java/com/android/voicemail/impl/VvmPhoneStateListener.java
@@ -37,7 +37,7 @@ public class VvmPhoneStateListener extends PhoneStateListener {
private int mPreviousState = -1;
public VvmPhoneStateListener(Context context, PhoneAccountHandle accountHandle) {
- // TODO: b/32637799 too much trouble to call super constructor through reflection,
+ // TODO(twyen): b/32637799 too much trouble to call super constructor through reflection,
// just use non-phoneAccountHandle version for now.
super();
mContext = context;