Home
last modified time | relevance | path

Searched refs:CachedContactInfo (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DCachedNumberLookupService.java29 CachedContactInfo buildCachedContactInfo(ContactInfo info); in buildCachedContactInfo()
42 CachedContactInfo lookupCachedContactFromNumber(Context context, String number); in lookupCachedContactFromNumber()
44 void addContact(Context context, CachedContactInfo info); in addContact()
50 boolean reportAsInvalid(Context context, CachedContactInfo cachedContactInfo); in reportAsInvalid()
63 interface CachedContactInfo { interface
DContactInfoHelper.java41 import com.android.dialer.phonenumbercache.CachedNumberLookupService.CachedContactInfo;
426 CachedContactInfo cacheInfo = in queryContactInfoForPhoneNumber()
579 CachedContactInfo cachedContactInfo = in updateCachedNumberLookupService()
/packages/apps/Dialer/java/com/android/dialer/calldetails/
DReportDialogFragment.java38 import com.android.dialer.phonenumbercache.CachedNumberLookupService.CachedContactInfo;
50 private CachedNumberLookupService.CachedContactInfo info;
102 Worker<String, CachedContactInfo> worker = in lookupContactInfo()
104 SuccessListener<CachedContactInfo> successListener = this::setCachedContactInfo; in lookupContactInfo()
113 private void setCachedContactInfo(CachedContactInfo info) { in setCachedContactInfo()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoUtils.java29 import com.android.dialer.phonenumbercache.CachedNumberLookupService.CachedContactInfo;
127 public static CachedContactInfo buildCachedContactInfo( in buildCachedContactInfo()
138 CachedContactInfo cacheInfo = lookupService.buildCachedContactInfo(info); in buildCachedContactInfo()
DCallerInfoAsyncQuery.java37 import com.android.dialer.phonenumbercache.CachedNumberLookupService.CachedContactInfo;
320 CachedContactInfo cachedContactInfo = in addCallerInfoIntoCache()
DContactInfoCache.java52 import com.android.dialer.phonenumbercache.CachedNumberLookupService.CachedContactInfo;
97 CachedContactInfo cacheInfo = input.service.buildCachedContactInfo(contactInfo); in doInBackground()
/packages/apps/Dialer/java/com/android/dialer/logging/
Dcontact_source.proto17 // Type definitions are from the CachedContactInfo interface in