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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DCommonPreferences.java22 public final class CommonPreferences { class
H A DWordListPreference.java174 SharedPreferences prefs = CommonPreferences.getCommonPreferences(mContext);
175 CommonPreferences.disable(prefs, mWordlistId);
188 SharedPreferences prefs = CommonPreferences.getCommonPreferences(mContext);
189 CommonPreferences.enable(prefs, mWordlistId);
207 SharedPreferences prefs = CommonPreferences.getCommonPreferences(mContext);
208 CommonPreferences.disable(prefs, mWordlistId);
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 30 milliseconds