Java android.app SearchableInfo fields, constructors, methods, implement or subclass

Example usage for Java android.app SearchableInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.app SearchableInfo.

The text is from its open source code.

Method

ComponentNamegetSearchActivity()
Gets the component name of the searchable activity.
StringgetSuggestAuthority()
Gets the search suggestion content provider authority.
StringgetSuggestPath()
Gets the content provider path for obtaining search suggestions.
StringgetSuggestSelection()
Gets the selection for obtaining search suggestions.
intgetVoiceLanguageId()
Gets the resource id of the spoken language to recognize in voice search.
intgetVoiceLanguageModeId()
Gets the resource id of the voice search language model string.
intgetVoiceMaxResults()
The maximum number of voice recognition results to return.
intgetVoicePromptTextId()
Gets the resource id of the voice prompt text string.
booleangetVoiceSearchLaunchRecognizer()
Checks if voice search should start in-app search.
booleangetVoiceSearchLaunchWebSearch()
Checks if voice search should start web search.