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

  /packages/apps/Dialer/src/com/android/dialer/list/
RegularSearchListAdapter.java 45 CachedContactInfo cacheInfo = lookupService.buildCachedContactInfo(info);
55 cacheInfo.setLookupKey(item.getString(PhoneQuery.LOOKUP_KEY));
63 cacheInfo.setExtendedSource(sourceName, directoryId);
65 cacheInfo.setDirectorySource(sourceName, directoryId);
68 return cacheInfo;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfoHelper.java 256 CachedContactInfo cacheInfo =
258 if (cacheInfo != null) {
259 info = cacheInfo.getContactInfo().isBadData ? null : cacheInfo.getContactInfo();
  /packages/apps/InCallUI/src/com/android/incallui/
ContactInfoCache.java 115 CachedContactInfo cacheInfo = mCachedNumberLookupService.buildCachedContactInfo(
117 cacheInfo.setSource(CachedContactInfo.SOURCE_TYPE_CNAP, "CNAP", 0);
130 cacheInfo.setLookupKey(jsonString);
134 mCachedNumberLookupService.addContact(applicationContext, cacheInfo);

Completed in 58 milliseconds