Searched refs:cachedResult (Results 1 – 2 of 2) sorted by relevance
300 final Contact cachedResult = sCachedResult; in loadInBackground() local305 if (cachedResult != null && in loadInBackground()306 UriUtils.areEqual(cachedResult.getLookupUri(), mLookupUri)) { in loadInBackground()309 result = new Contact(mRequestedUri, cachedResult); in loadInBackground()
225 final Contact cachedResult = sCachedResult; in loadInBackground() local230 if (cachedResult != null && UriUtils.areEqual(cachedResult.getLookupUri(), mLookupUri)) { in loadInBackground()233 result = new Contact(mRequestedUri, cachedResult); in loadInBackground()