Home
last modified time | relevance | path

Searched refs:CequintCallerIdContact (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/oem/
DCequintCallerIdManager.java74 private final ConcurrentHashMap<String, CequintCallerIdContact> callLogCache =
79 public abstract static class CequintCallerIdContact { class in CequintCallerIdManager
106 abstract CequintCallerIdContact build(); in build()
139 public static CequintCallerIdContact getCequintCallerIdContactForCall( in getCequintCallerIdContactForCall()
169 public CequintCallerIdContact getCachedCequintCallerIdContact(Context context, String number) { in getCachedCequintCallerIdContact()
178 CequintCallerIdContact cequintCallerIdContact = in getCachedCequintCallerIdContact()
192 public static CequintCallerIdContact getCequintCallerIdContactForNumber( in getCequintCallerIdContactForNumber()
206 private static CequintCallerIdContact lookup( in lookup()
239 return CequintCallerIdContact.builder() in lookup()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cequint/
DCequintPhoneLookup.java29 import com.android.dialer.oem.CequintCallerIdManager.CequintCallerIdContact;
153 private static CequintInfo buildCequintInfo(CequintCallerIdContact cequintCallerIdContact) { in buildCequintInfo()
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfoHelper.java40 import com.android.dialer.oem.CequintCallerIdManager.CequintCallerIdContact;
623 CequintCallerIdContact cequintCallerIdContact = in updateFromCequintCallerId()
/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java50 import com.android.dialer.oem.CequintCallerIdManager.CequintCallerIdContact;
515 CequintCallerIdContact cequintCallerIdContact = in maybeUpdateFromCequintCallerId()