Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DImportantNoticeUtils.java73 static SharedPreferences getImportantNoticePreferences(final Context context) { in getImportantNoticePreferences() method in ImportantNoticeUtils
79 return getImportantNoticePreferences(context).getBoolean( in hasContactsNoticeShown()
121 final SharedPreferences prefs = getImportantNoticePreferences(context); in hasContactsNoticeTimeoutPassed()
134 getImportantNoticePreferences(context) in updateContactsNoticeShown()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DImportantNoticeUtilsTests.java49 mPref = ImportantNoticeUtils.getImportantNoticePreferences(context); in ImportantNoticePreferences()