HomeSort by relevance Sort by last modified time
    Searched refs:getVoiceSearch (Results 1 - 5 of 5) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractSource.java 104 return QsbApplication.get(mContext).getVoiceSearch()
SearchWidgetProvider.java 140 VoiceSearch voiceSearch = QsbApplication.get(context).getVoiceSearch();
QsbApplication.java 425 public VoiceSearch getVoiceSearch() {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 161 protected VoiceSearch getVoiceSearch() {
162 return getQsbApplication().getVoiceSearch();
368 && getVoiceSearch().shouldShowVoiceSearch(getCorpus())) {
SearchActivityViewTwoPane.java 185 ComponentName voiceSearch = getVoiceSearch().getComponent();

Completed in 58 milliseconds