FileDocCategorySizeDatePackage
InputMethodInfo.javaAPI DocAndroid 5.1 API2173Sat Mar 14 14:09:40 GMT 2015android.view.inputmethod

InputMethodInfo

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

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public InputMethodInfo(android.content.Context context, android.content.pm.ResolveInfo service)

 throw new RuntimeException("Stub!"); 
public InputMethodInfo(String packageName, String className, CharSequence label, String settingsActivity)

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

 throw new RuntimeException("Stub!"); 
public voiddump(android.util.Printer pw, java.lang.String prefix)

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

 throw new RuntimeException("Stub!"); 
public android.content.ComponentNamegetComponent()

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

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

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

 throw new RuntimeException("Stub!"); 
public android.content.pm.ServiceInfogetServiceInfo()

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

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

 throw new RuntimeException("Stub!"); 
public android.view.inputmethod.InputMethodSubtypegetSubtypeAt(int index)

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

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

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawableloadIcon(android.content.pm.PackageManager pm)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequenceloadLabel(android.content.pm.PackageManager pm)

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

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

 throw new RuntimeException("Stub!");