commit | fa3cd3bfb14f4b8ac65c0ee6757bc78b40a73573 | [log] [tgz] |
---|---|---|
author | linyuh <linyuh@google.com> | Thu Apr 26 20:21:01 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Apr 26 20:39:04 2018 -0700 |
tree | 103f1b46b7e581ccd2be82860b19fc3562bdb3c2 | |
parent | c87f1fbc35dcb19ed598008a88997e6547a1caca [diff] [blame] |
Implement CequintPhoneLookup Bug: 70989584 Test: CequintPhoneLookupTest PiperOrigin-RevId: 194493484 Change-Id: I59f9b334f0a218e7ba1c34948db4ddbf11490df3
diff --git a/java/com/android/incallui/ContactInfoCache.java b/java/com/android/incallui/ContactInfoCache.java index eefd483..81c7b72 100644 --- a/java/com/android/incallui/ContactInfoCache.java +++ b/java/com/android/incallui/ContactInfoCache.java
@@ -514,7 +514,7 @@ return; } CequintCallerIdContact cequintCallerIdContact = - CequintCallerIdManager.getCequintCallerIdContactForInCall( + CequintCallerIdManager.getCequintCallerIdContactForCall( context, callerInfo.phoneNumber, cnapName, isIncoming); if (cequintCallerIdContact == null) {