From f73d2a97203261016e6c3f35ab8ab3a4a4f4c0b7 Mon Sep 17 00:00:00 2001 From: Chiao Cheng Date: Fri, 20 Sep 2013 10:56:41 -0700 Subject: Perform reverse lookup for call shortcut. When a user turns on the feature for the first time, do a lookup on the call shortcut. Bug: 10822944 Change-Id: I75801a7e47ea10261f54068fc29104281f902f6f --- src/com/android/dialer/calllog/CallLogAdapter.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/com/android/dialer/calllog/CallLogAdapter.java b/src/com/android/dialer/calllog/CallLogAdapter.java index 8b7e27d5a..e9d3384ed 100644 --- a/src/com/android/dialer/calllog/CallLogAdapter.java +++ b/src/com/android/dialer/calllog/CallLogAdapter.java @@ -336,8 +336,7 @@ public class CallLogAdapter extends GroupingListAdapter * up the contact information (if it has not been already started). Otherwise, it will be * started with a delay. See {@link #START_PROCESSING_REQUESTS_DELAY_MILLIS}. */ - @VisibleForTesting - void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, + protected void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, boolean immediate) { ContactInfoRequest request = new ContactInfoRequest(number, countryIso, callLogInfo); synchronized (mRequests) { -- cgit v1.2.3