Searched refs:KEY_TIMESTAMP_OF_CONTACTS_NOTICE (Results 1 – 2 of 2) sorted by relevance
44 static final String KEY_TIMESTAMP_OF_CONTACTS_NOTICE = "timestamp_of_suggest_contacts_notice"; field in ImportantNoticeUtils122 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()
19 …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()