Searched refs:LAST_SEEN_VOICE_SEARCH_VERSION (Results 1 – 1 of 1) sorted by relevance
52 private static final String LAST_SEEN_VOICE_SEARCH_VERSION = "voice_search_version"; field in SearchSettingsImpl154 int lastVoiceSearchVersion = prefs.getInt(LAST_SEEN_VOICE_SEARCH_VERSION, 0); in haveVoiceSearchHintsExpired()158 .putInt(LAST_SEEN_VOICE_SEARCH_VERSION, currentVoiceSearchVersion) in haveVoiceSearchHintsExpired()