Searched refs:voiceSearch (Results 1 – 4 of 4) sorted by relevance
150 val voiceSearch: VoiceSearch? = QsbApplication[context].voiceSearch in getVoiceSearchIntent() constant151 return voiceSearch?.createVoiceWebSearchIntent(widgetAppData) in getVoiceSearchIntent()
71 return QsbApplication.get(mContext).voiceSearch?.createVoiceWebSearchIntent(appData) in createVoiceWebSearchIntent()
248 val voiceSearch: VoiceSearch? constant
113 protected val voiceSearch: VoiceSearch? constant in com.android.quicksearchbox.ui.SearchActivityView114 get() = qsbApplication.voiceSearch229 if (shouldShowVoiceSearch(queryEmpty) && voiceSearch!!.shouldShowVoiceSearch()) { in updateVoiceSearchButton()