Searched refs:CequintCallerIdContact (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/oem/
H A DCequintCallerIdManager.java78 private final ConcurrentHashMap<String, CequintCallerIdContact> callLogCache;
81 public static class CequintCallerIdContact { class in class:CequintCallerIdManager
86 private CequintCallerIdContact(String name, String geoDescription, String imageUrl) { method in class:CequintCallerIdManager.CequintCallerIdContact
119 public static CequintCallerIdContact getCequintCallerIdContactForInCall(
141 public CequintCallerIdContact getCequintCallerIdContact(Context context, String number) {
150 CequintCallerIdContact cequintCallerIdContact =
164 private static CequintCallerIdContact lookup(
196 return new CequintCallerIdContact(contactName, geoDescription, imageUrl);
198 LogUtil.d("CequintCallerIdManager.lookup", "No CequintCallerIdContact found");
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DContactInfoHelper.java46 import com.android.dialer.oem.CequintCallerIdManager.CequintCallerIdContact;
634 CequintCallerIdContact cequintCallerIdContact =
/packages/apps/Dialer/java/com/android/incallui/
H A DContactInfoCache.java51 import com.android.dialer.oem.CequintCallerIdManager.CequintCallerIdContact;
502 CequintCallerIdContact cequintCallerIdContact =

Completed in 90 milliseconds