FileDocCategorySizeDatePackage
SearchableInfo.javaAPI DocAndroid 5.1 API2397Sat Mar 14 14:09:36 GMT 2015android.app

SearchableInfo.java

package android.app;
public final class SearchableInfo
  implements android.os.Parcelable
{
SearchableInfo() { throw new RuntimeException("Stub!"); }
public  java.lang.String getSuggestAuthority() { throw new RuntimeException("Stub!"); }
public  java.lang.String getSuggestPackage() { throw new RuntimeException("Stub!"); }
public  android.content.ComponentName getSearchActivity() { throw new RuntimeException("Stub!"); }
public  boolean shouldRewriteQueryFromData() { throw new RuntimeException("Stub!"); }
public  boolean shouldRewriteQueryFromText() { throw new RuntimeException("Stub!"); }
public  int getSettingsDescriptionId() { throw new RuntimeException("Stub!"); }
public  java.lang.String getSuggestPath() { throw new RuntimeException("Stub!"); }
public  java.lang.String getSuggestSelection() { throw new RuntimeException("Stub!"); }
public  java.lang.String getSuggestIntentAction() { throw new RuntimeException("Stub!"); }
public  java.lang.String getSuggestIntentData() { throw new RuntimeException("Stub!"); }
public  int getSuggestThreshold() { throw new RuntimeException("Stub!"); }
public  int getHintId() { throw new RuntimeException("Stub!"); }
public  boolean getVoiceSearchEnabled() { throw new RuntimeException("Stub!"); }
public  boolean getVoiceSearchLaunchWebSearch() { throw new RuntimeException("Stub!"); }
public  boolean getVoiceSearchLaunchRecognizer() { throw new RuntimeException("Stub!"); }
public  int getVoiceLanguageModeId() { throw new RuntimeException("Stub!"); }
public  int getVoicePromptTextId() { throw new RuntimeException("Stub!"); }
public  int getVoiceLanguageId() { throw new RuntimeException("Stub!"); }
public  int getVoiceMaxResults() { throw new RuntimeException("Stub!"); }
public  int getInputType() { throw new RuntimeException("Stub!"); }
public  int getImeOptions() { throw new RuntimeException("Stub!"); }
public  boolean shouldIncludeInGlobalSearch() { throw new RuntimeException("Stub!"); }
public  boolean queryAfterZeroResults() { throw new RuntimeException("Stub!"); }
public  boolean autoUrlDetect() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.app.SearchableInfo> CREATOR;
static { CREATOR = null; }
}