Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DSearchBaseUrlHelper.kt52 force || lastUpdateTime == -1L || currentTime - lastUpdateTime >= SEARCH_BASE_URL_EXPIRY_MS in maybeUpdateBaseUrlSetting()
151 private const val SEARCH_BASE_URL_EXPIRY_MS = 24 * 3600 * 1000L constant