android.view.inputmethod.InputMethodInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform.
The newest version!
package android.view.inputmethod;
public final class InputMethodInfo
implements android.os.Parcelable
{
public InputMethodInfo(android.content.Context context, android.content.pm.ResolveInfo service) throws org.xmlpull.v1.XmlPullParserException, java.io.IOException { throw new RuntimeException("Stub!"); }
public InputMethodInfo(java.lang.String packageName, java.lang.String className, java.lang.CharSequence label, java.lang.String settingsActivity) { throw new RuntimeException("Stub!"); }
public java.lang.String getId() { throw new RuntimeException("Stub!"); }
public java.lang.String getPackageName() { throw new RuntimeException("Stub!"); }
public java.lang.String getServiceName() { throw new RuntimeException("Stub!"); }
public android.content.pm.ServiceInfo getServiceInfo() { throw new RuntimeException("Stub!"); }
public android.content.ComponentName getComponent() { throw new RuntimeException("Stub!"); }
public java.lang.CharSequence loadLabel(android.content.pm.PackageManager pm) { throw new RuntimeException("Stub!"); }
public android.graphics.drawable.Drawable loadIcon(android.content.pm.PackageManager pm) { throw new RuntimeException("Stub!"); }
public java.lang.String getSettingsActivity() { throw new RuntimeException("Stub!"); }
public int getSubtypeCount() { throw new RuntimeException("Stub!"); }
public android.view.inputmethod.InputMethodSubtype getSubtypeAt(int index) { throw new RuntimeException("Stub!"); }
public int getIsDefaultResourceId() { throw new RuntimeException("Stub!"); }
public void dump(android.util.Printer pw, java.lang.String prefix) { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
public boolean equals(java.lang.Object o) { throw new RuntimeException("Stub!"); }
public int hashCode() { throw new RuntimeException("Stub!"); }
public void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public int describeContents() { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy