Searched refs:sCachedResult (Results 1 – 3 of 3) sorted by relevance
82 private static Contact sCachedResult = null; field in ContactLoader300 final Contact cachedResult = sCachedResult; in loadInBackground()301 sCachedResult = null; in loadInBackground()952 sCachedResult = null; in cacheResult()954 sCachedResult = mContact; in cacheResult()
76 private static Contact sCachedResult = null; field in ContactLoader225 final Contact cachedResult = sCachedResult; in loadInBackground()226 sCachedResult = null; in loadInBackground()
103 private static ArrayList<InputMethodSubtype> sCachedResult; field in InputMethodUtils484 return new ArrayList<>(sCachedResult); in getImplicitlyApplicableSubtypesLocked()497 sCachedResult = new ArrayList<>(result); in getImplicitlyApplicableSubtypesLocked()