Searched refs:cachedResult (Results 1 – 1 of 1) sorted by relevance
309 final Contact cachedResult = sCachedResult; in loadInBackground() local314 if (cachedResult != null && in loadInBackground()315 UriUtils.areEqual(cachedResult.getLookupUri(), mLookupUri)) { in loadInBackground()318 result = new Contact(mRequestedUri, cachedResult); in loadInBackground()