Searched defs:shouldShowVoiceSearch (Results 1 - 2 of 2) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DVoiceSearch.java47 public boolean shouldShowVoiceSearch(Corpus corpus) { method in class:VoiceSearch
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSearchActivityView.java367 if (shouldShowVoiceSearch(queryEmpty)
368 && getVoiceSearch().shouldShowVoiceSearch(getCorpus())) {
377 protected boolean shouldShowVoiceSearch(boolean queryEmpty) { method in class:SearchActivityView

Completed in 162 milliseconds