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

android.view.textservice.SpellCheckerSubtype 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.view.textservice;
public final class SpellCheckerSubtype
  implements android.os.Parcelable
{
public  SpellCheckerSubtype(int nameId, java.lang.String locale, java.lang.String extraValue) { throw new RuntimeException("Stub!"); }
public  int getNameResId() { throw new RuntimeException("Stub!"); }
public  java.lang.String getLocale() { throw new RuntimeException("Stub!"); }
public  java.lang.String getExtraValue() { throw new RuntimeException("Stub!"); }
public  boolean containsExtraValueKey(java.lang.String key) { throw new RuntimeException("Stub!"); }
public  java.lang.String getExtraValueOf(java.lang.String key) { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object o) { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence getDisplayName(android.content.Context context, java.lang.String packageName, android.content.pm.ApplicationInfo appInfo) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int parcelableFlags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy