Searched refs:getCommonPreferences (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DCommonPreferences.java25 public static SharedPreferences getCommonPreferences(final Context context) { method in class:CommonPreferences
H A DWordListPreference.java174 SharedPreferences prefs = CommonPreferences.getCommonPreferences(mContext);
188 SharedPreferences prefs = CommonPreferences.getCommonPreferences(mContext);
207 SharedPreferences prefs = CommonPreferences.getCommonPreferences(mContext);
H A DUpdateHandler.java155 final SharedPreferences prefs = CommonPreferences.getCommonPreferences(context);
168 final SharedPreferences prefs = CommonPreferences.getCommonPreferences(context);
908 if (CommonPreferences.getCommonPreferences(context).contains(wordlistId)) {

Completed in 40 milliseconds