Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DContactInfoCache.java247 cacheEntry.isLoadingPhoto = true; in findInfoQueryComplete()
321 entry.isLoadingPhoto = info.getImageUrl() != null; in onPhoneNumberInfoComplete()
325 if (!entry.isLoadingPhoto && !entry.isLoadingContactInteractions) { in onPhoneNumberInfoComplete()
354 if (!entry.isLoadingPhoto) { in onContactInteractionsFound()
379 entry.isLoadingPhoto = false; in onImageLoadComplete()
665 public boolean isLoadingPhoto; field in ContactInfoCache.ContactCacheEntry