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.java52 private static final String LAST_SEEN_VOICE_SEARCH_VERSION = "voice_search_version"; field in SearchSettingsImpl
154 int lastVoiceSearchVersion = prefs.getInt(LAST_SEEN_VOICE_SEARCH_VERSION, 0); in haveVoiceSearchHintsExpired()
158 .putInt(LAST_SEEN_VOICE_SEARCH_VERSION, currentVoiceSearchVersion) in haveVoiceSearchHintsExpired()