Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryService.java108 public static final long NO_CANCEL_DOWNLOAD_PERIOD_MILLIS = TimeUnit.SECONDS.toMillis(30); field in DictionaryService
DUpdateHandler.java244 DictionaryService.NO_CANCEL_DOWNLOAD_PERIOD_MILLIS)) { in updateClientsWithMetadataUri()