Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchSettingsImpl.kt91 val lastVoiceSearchVersion: Int = prefs.getInt(LAST_SEEN_VOICE_SEARCH_VERSION, 0) in haveVoiceSearchHintsExpired()
97 .putInt(LAST_SEEN_VOICE_SEARCH_VERSION, currentVoiceSearchVersion) in haveVoiceSearchHintsExpired()
160 private const val LAST_SEEN_VOICE_SEARCH_VERSION = "voice_search_version" constant