android.app
Class SearchableInfo

java.lang.Object
  extended by android.app.SearchableInfo
All Implemented Interfaces:
Parcelable

public final class SearchableInfo
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<SearchableInfo> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATOR

public static final Parcelable.Creator<SearchableInfo> CREATOR
Method Detail

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.