Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DImportantNoticeUtils.java47 static final long TIMEOUT_OF_IMPORTANT_NOTICE = TimeUnit.HOURS.toMillis(23); field in ImportantNoticeUtils
130 return elapsedTime >= TIMEOUT_OF_IMPORTANT_NOTICE; in hasContactsNoticeTimeoutPassed()