HomeSort by relevance Sort by last modified time
    Searched refs:cacheInfo (Results 1 - 4 of 4) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/list/
RegularSearchListAdapter.java 47 CachedContactInfo cacheInfo = lookupService.buildCachedContactInfo(info);
73 cacheInfo.setLookupKey(item.getString(PhoneQuery.LOOKUP_KEY));
77 cacheInfo.setExtendedSource(sourceName, directoryId);
79 cacheInfo.setDirectorySource(sourceName, directoryId);
82 return cacheInfo;
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 115 CachedContactInfo cacheInfo = lookupService.buildCachedContactInfo(info);
116 cacheInfo.setLookupKey(ci.lookupKeyOrNull);
117 return cacheInfo;
ContactInfoCache.java 126 CachedContactInfo cacheInfo = mCachedNumberLookupService.buildCachedContactInfo(
128 cacheInfo.setSource(CachedContactInfo.SOURCE_TYPE_CNAP, "CNAP", 0);
141 cacheInfo.setLookupKey(jsonString);
145 mCachedNumberLookupService.addContact(applicationContext, cacheInfo);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfoHelper.java 257 CachedContactInfo cacheInfo =
259 if (cacheInfo != null) {
260 info = cacheInfo.getContactInfo().isBadData ? null : cacheInfo.getContactInfo();

Completed in 2298 milliseconds