Searched defs:COMMON_PREFERENCES_NAME (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DCommonPreferences.java23 private static final String COMMON_PREFERENCES_NAME = "LatinImeDictPrefs"; field in class:CommonPreferences
26 return context.getSharedPreferences(COMMON_PREFERENCES_NAME, 0);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionaryGetter.java55 private static final String COMMON_PREFERENCES_NAME = "LatinImeDictPrefs"; field in class:BinaryDictionaryGetter
112 : context.getSharedPreferences(COMMON_PREFERENCES_NAME,

Completed in 99 milliseconds