Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DImportantNoticeUtils.java120 final Context context, final long currentTimeInMillis) { in hasContactsNoticeTimeoutPassed() argument
124 .putLong(KEY_TIMESTAMP_OF_CONTACTS_NOTICE, currentTimeInMillis) in hasContactsNoticeTimeoutPassed()
128 KEY_TIMESTAMP_OF_CONTACTS_NOTICE, currentTimeInMillis); in hasContactsNoticeTimeoutPassed()
129 final long elapsedTime = currentTimeInMillis - firstDisplayTimeInMillis; in hasContactsNoticeTimeoutPassed()