From 625cdb00c265205a28e3167aae5976e27cbab5c7 Mon Sep 17 00:00:00 2001 From: zachh Date: Tue, 5 Dec 2017 11:53:57 -0800 Subject: 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 --- java/com/android/incallui/InCallPresenter.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'java/com/android/incallui') 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(); } -- cgit v1.2.3