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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
CommonPreferences.java 22 public final class CommonPreferences {
WordListPreference.java 170 SharedPreferences prefs = CommonPreferences.getCommonPreferences(mContext);
171 CommonPreferences.disable(prefs, mWordlistId);
184 SharedPreferences prefs = CommonPreferences.getCommonPreferences(mContext);
185 CommonPreferences.enable(prefs, mWordlistId);
203 SharedPreferences prefs = CommonPreferences.getCommonPreferences(mContext);
204 CommonPreferences.disable(prefs, mWordlistId);

Completed in 112 milliseconds