Searched defs:InputMethodInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java47 public final class InputMethodInfo implements Parcelable { class in inherits:Parcelable
48 static final String TAG = "InputMethodInfo";
89 public InputMethodInfo(Context context, ResolveInfo service) method in class:InputMethodInfo
100 * @param additionalSubtypes additional subtypes being added to this InputMethodInfo
103 public InputMethodInfo(Context context, ResolveInfo service, method in class:InputMethodInfo
204 InputMethodInfo(Parcel source) { method in class:InputMethodInfo
216 public InputMethodInfo(String packageName, String className, method in class:InputMethodInfo
347 return "InputMethodInfo{" + mId
354 * {@link InputMethodInfo} and its Id is the same to this one.
357 * {@link InputMethodInfo} an
[all...]

Completed in 22 milliseconds