Searched refs:LAST_SEEN_VOICE_SEARCH_VERSION (Results 1 – 1 of 1) sorted by relevance
91 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