Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java721 ExpirableCache.CachedValue<ContactInfo> cachedInfo = in bindView() local
723 ContactInfo info = cachedInfo == null ? null : cachedInfo.getValue(); in bindView()
729 } else if (cachedInfo == null) { in bindView()
738 if (cachedInfo.isExpired()) { in bindView()