FileDocCategorySizeDatePackage
InputMethodSubtype.javaAPI DocAndroid 5.1 API3802Sat Mar 14 14:09:42 GMT 2015android.view.inputmethod

InputMethodSubtype

public final class InputMethodSubtype extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype)

 throw new RuntimeException("Stub!"); 
public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, int id)

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleancontainsExtraValueKey(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object o)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetDisplayName(android.content.Context context, java.lang.String packageName, android.content.pm.ApplicationInfo appInfo)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetExtraValue()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetExtraValueOf(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public intgetIconResId()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetLocale()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetMode()

 throw new RuntimeException("Stub!"); 
public intgetNameResId()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public booleanisAsciiCapable()

 throw new RuntimeException("Stub!"); 
public booleanisAuxiliary()

 throw new RuntimeException("Stub!"); 
public booleanoverridesImplicitlyEnabledSubtype()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int parcelableFlags)

 throw new RuntimeException("Stub!");