Home
last modified time | relevance | path

Searched refs:PREFERENCE_NAME (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DImportantNoticeUtils.java39 private static final String PREFERENCE_NAME = "important_notice_pref"; field in ImportantNoticeUtils
74 return context.getSharedPreferences(PREFERENCE_NAME, Context.MODE_PRIVATE); in getImportantNoticePreferences()