Searched refs:getVoiceSearch (Results 1 - 5 of 5) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DAbstractSource.java104 return QsbApplication.get(mContext).getVoiceSearch()
H A DSearchWidgetProvider.java140 VoiceSearch voiceSearch = QsbApplication.get(context).getVoiceSearch();
H A DQsbApplication.java425 public VoiceSearch getVoiceSearch() { method in class:QsbApplication
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSearchActivityView.java161 protected VoiceSearch getVoiceSearch() { method in class:SearchActivityView
162 return getQsbApplication().getVoiceSearch();
368 && getVoiceSearch().shouldShowVoiceSearch(getCorpus())) {
H A DSearchActivityViewTwoPane.java185 ComponentName voiceSearch = getVoiceSearch().getComponent();

Completed in 404 milliseconds