HomeSort by relevance Sort by last modified time
    Searched refs:sCachedResult (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 85 private static Contact sCachedResult = null;
326 final Contact cachedResult = sCachedResult;
327 sCachedResult = null;
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 96 private static ArrayList<InputMethodSubtype> sCachedResult;
519 return new ArrayList<>(sCachedResult);
532 sCachedResult = new ArrayList<>(result);
    [all...]

Completed in 57 milliseconds