android.app
Class SearchableInfo
java.lang.Object
android.app.SearchableInfo
- All Implemented Interfaces:
- Parcelable
public final class SearchableInfo
- extends Object
- implements Parcelable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATOR
public static final Parcelable.Creator<SearchableInfo> CREATOR
getSuggestAuthority
public String getSuggestAuthority()
getSuggestPackage
public String getSuggestPackage()
getSearchActivity
public ComponentName getSearchActivity()
shouldRewriteQueryFromData
public boolean shouldRewriteQueryFromData()
shouldRewriteQueryFromText
public boolean shouldRewriteQueryFromText()
getSettingsDescriptionId
public int getSettingsDescriptionId()
getSuggestPath
public String getSuggestPath()
getSuggestSelection
public String getSuggestSelection()
getSuggestIntentAction
public String getSuggestIntentAction()
getSuggestIntentData
public String getSuggestIntentData()
getSuggestThreshold
public int getSuggestThreshold()
getHintId
public int getHintId()
getVoiceSearchEnabled
public boolean getVoiceSearchEnabled()
getVoiceSearchLaunchWebSearch
public boolean getVoiceSearchLaunchWebSearch()
getVoiceSearchLaunchRecognizer
public boolean getVoiceSearchLaunchRecognizer()
getVoiceLanguageModeId
public int getVoiceLanguageModeId()
getVoicePromptTextId
public int getVoicePromptTextId()
getVoiceLanguageId
public int getVoiceLanguageId()
getVoiceMaxResults
public int getVoiceMaxResults()
getInputType
public int getInputType()
getImeOptions
public int getImeOptions()
shouldIncludeInGlobalSearch
public boolean shouldIncludeInGlobalSearch()
queryAfterZeroResults
public boolean queryAfterZeroResults()
autoUrlDetect
public boolean autoUrlDetect()
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Specified by:
writeToParcel
in interface Parcelable
Copyright © 2008-2012. All Rights Reserved.