Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DImportantNoticeUtils.java44 static final String KEY_TIMESTAMP_OF_CONTACTS_NOTICE = "timestamp_of_suggest_contacts_notice"; field in ImportantNoticeUtils
122 if (!prefs.contains(KEY_TIMESTAMP_OF_CONTACTS_NOTICE)) { in hasContactsNoticeTimeoutPassed()
124 .putLong(KEY_TIMESTAMP_OF_CONTACTS_NOTICE, currentTimeInMillis) in hasContactsNoticeTimeoutPassed()
128 KEY_TIMESTAMP_OF_CONTACTS_NOTICE, currentTimeInMillis); in hasContactsNoticeTimeoutPassed()
137 .remove(KEY_TIMESTAMP_OF_CONTACTS_NOTICE) in updateContactsNoticeShown()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DImportantNoticeUtilsTests.java19 …t static com.android.inputmethod.latin.utils.ImportantNoticeUtils.KEY_TIMESTAMP_OF_CONTACTS_NOTICE;
96 mLastTime = getLong(KEY_TIMESTAMP_OF_CONTACTS_NOTICE); in save()
100 putLong(KEY_TIMESTAMP_OF_CONTACTS_NOTICE, mLastTime); in restore()
104 removePreference(KEY_TIMESTAMP_OF_CONTACTS_NOTICE); in clear()