Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DContactInfoCache.java316 entry.isLoadingContactInteractions = in onPhoneNumberInfoComplete()
325 if (!entry.isLoadingPhoto && !entry.isLoadingContactInteractions) { in onPhoneNumberInfoComplete()
346 entry.isLoadingContactInteractions = false; in onContactInteractionsFound()
397 if (!entry.isLoadingContactInteractions) { in onImageLoadComplete()
666 public boolean isLoadingContactInteractions; field in ContactInfoCache.ContactCacheEntry