public final class SearchableInfo extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<SearchableInfo> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
boolean |
autoUrlDetect() |
int |
describeContents() |
int |
getHintId() |
int |
getImeOptions() |
int |
getInputType() |
ComponentName |
getSearchActivity() |
int |
getSettingsDescriptionId() |
String |
getSuggestAuthority() |
String |
getSuggestIntentAction() |
String |
getSuggestIntentData() |
String |
getSuggestPackage() |
String |
getSuggestPath() |
String |
getSuggestSelection() |
int |
getSuggestThreshold() |
int |
getVoiceLanguageId() |
int |
getVoiceLanguageModeId() |
int |
getVoiceMaxResults() |
int |
getVoicePromptTextId() |
boolean |
getVoiceSearchEnabled() |
boolean |
getVoiceSearchLaunchRecognizer() |
boolean |
getVoiceSearchLaunchWebSearch() |
boolean |
queryAfterZeroResults() |
boolean |
shouldIncludeInGlobalSearch() |
boolean |
shouldRewriteQueryFromData() |
boolean |
shouldRewriteQueryFromText() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<SearchableInfo> CREATOR
public String getSuggestAuthority()
public String getSuggestPackage()
public ComponentName getSearchActivity()
public boolean shouldRewriteQueryFromData()
public boolean shouldRewriteQueryFromText()
public int getSettingsDescriptionId()
public String getSuggestPath()
public String getSuggestSelection()
public String getSuggestIntentAction()
public String getSuggestIntentData()
public int getSuggestThreshold()
public int getHintId()
public boolean getVoiceSearchEnabled()
public boolean getVoiceSearchLaunchWebSearch()
public boolean getVoiceSearchLaunchRecognizer()
public int getVoiceLanguageModeId()
public int getVoicePromptTextId()
public int getVoiceLanguageId()
public int getVoiceMaxResults()
public int getInputType()
public int getImeOptions()
public boolean shouldIncludeInGlobalSearch()
public boolean queryAfterZeroResults()
public boolean autoUrlDetect()
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.