All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.app.SearchableInfo Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

The newest version!
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 CREATOR;
static { CREATOR = null; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy