Example usage for Java android.app SearchableInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
ComponentName | getSearchActivity() Gets the component name of the searchable activity. |
String | getSuggestAuthority() Gets the search suggestion content provider authority. |
String | getSuggestPath() Gets the content provider path for obtaining search suggestions. |
String | getSuggestSelection() Gets the selection for obtaining search suggestions. |
int | getVoiceLanguageId() Gets the resource id of the spoken language to recognize in voice search. |
int | getVoiceLanguageModeId() Gets the resource id of the voice search language model string. |
int | getVoiceMaxResults() The maximum number of voice recognition results to return. |
int | getVoicePromptTextId() Gets the resource id of the voice prompt text string. |
boolean | getVoiceSearchLaunchRecognizer() Checks if voice search should start in-app search. |
boolean | getVoiceSearchLaunchWebSearch() Checks if voice search should start web search. |