Home
last modified time | relevance | path

Searched refs:shouldShowVoiceSearch (Results 1 – 2 of 2) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSearchActivityView.kt229 if (shouldShowVoiceSearch(queryEmpty) && voiceSearch!!.shouldShowVoiceSearch()) { in updateVoiceSearchButton()
238 protected fun shouldShowVoiceSearch(queryEmpty: Boolean): Boolean { in shouldShowVoiceSearch() method in com.android.quicksearchbox.ui.SearchActivityView
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DVoiceSearch.kt38 fun shouldShowVoiceSearch(): Boolean { in shouldShowVoiceSearch() method