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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java44 public final class InputMethodInfo implements Parcelable { class in inherits:Parcelable
45 static final String TAG = "InputMethodInfo";
79 public InputMethodInfo(Context context, ResolveInfo service) method in class:InputMethodInfo
130 InputMethodInfo(Parcel source) { method in class:InputMethodInfo
140 public InputMethodInfo(String packageName, String className, method in class:InputMethodInfo
254 return "InputMethodInfo{" + mId
261 * {@link InputMethodInfo} and its Id is the same to this one.
264 * {@link InputMethodInfo} and its Id is the same to this one.
271 if (!(o instanceof InputMethodInfo)) return false;
273 InputMethodInfo ob
[all...]

Completed in 148 milliseconds