summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/ContactInfoCache.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/incallui/ContactInfoCache.java')
-rw-r--r--java/com/android/incallui/ContactInfoCache.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/com/android/incallui/ContactInfoCache.java b/java/com/android/incallui/ContactInfoCache.java
index 90513381e..b79fd641a 100644
--- a/java/com/android/incallui/ContactInfoCache.java
+++ b/java/com/android/incallui/ContactInfoCache.java
@@ -276,7 +276,7 @@ public class ContactInfoCache implements OnImageLoadCompleteListener {
cce.isVoicemailNumber = info.isVoiceMailNumber();
if (info.contactExists) {
- cce.contactLookupResult = ContactLookupResult.Type.LOCAL_CONTACT;
+ cce.contactLookupResult = info.contactLookupResultType;
}
}
@@ -543,6 +543,7 @@ public class ContactInfoCache implements OnImageLoadCompleteListener {
// Set contact to exist to avoid phone number service lookup.
if (hasUpdate) {
callerInfo.contactExists = true;
+ callerInfo.contactLookupResultType = ContactLookupResult.Type.CEQUINT;
}
}