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 final SharedPreferences prefs = CommonPreferences.getCommonPreferences(context);
171 CommonPreferences.disable(prefs, mWordlistId);
186 final SharedPreferences prefs = CommonPreferences.getCommonPreferences(context);
187 CommonPreferences.enable(prefs, mWordlistId);
207 final SharedPreferences prefs = CommonPreferences.getCommonPreferences(context);
208 CommonPreferences.disable(prefs, mWordlistId);

Completed in 54 milliseconds