summaryrefslogtreecommitdiff
path: root/java/com/android/incallui
diff options
context:
space:
mode:
authorzachh <zachh@google.com>2017-12-05 11:53:57 -0800
committerCopybara-Service <copybara-piper@google.com>2017-12-07 11:02:58 -0800
commit625cdb00c265205a28e3167aae5976e27cbab5c7 (patch)
tree676221424bba5c242567e5ae218535ab41007218 /java/com/android/incallui
parent81a77ffc4d36c6054a75acfe7b048e7c0d7a8744 (diff)
Temporarily disable PhoneHistoryRecorder.
PhoneLookupHistory provider isn't correct overridden in GoogleDialer manifest. I'l fix that in a later CL. Test: manual PiperOrigin-RevId: 177988816 Change-Id: I42af03d22db50bd70219d52826294529462bae43
Diffstat (limited to 'java/com/android/incallui')
-rw-r--r--java/com/android/incallui/InCallPresenter.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/com/android/incallui/InCallPresenter.java b/java/com/android/incallui/InCallPresenter.java
index f8605ae7c..c5310b969 100644
--- a/java/com/android/incallui/InCallPresenter.java
+++ b/java/com/android/incallui/InCallPresenter.java
@@ -545,8 +545,6 @@ public class InCallPresenter implements CallList.Listener, AudioModeProvider.Aud
// Since a call has been added we are no longer waiting for Telecom to send us a call.
setBoundAndWaitingForOutgoingCall(false, null);
call.registerCallback(mCallCallback);
- // TODO(maxwelb): Return the future in recordPhoneLookupInfo and propagate.
- PhoneLookupHistoryRecorder.recordPhoneLookupInfo(mContext.getApplicationContext(), call);
Trace.endSection();
}