Loading api/current.txt +0 −2 Original line number Diff line number Diff line Loading @@ -24531,8 +24531,6 @@ package android.view.inputmethod { } public final class InputMethodSubtype implements android.os.Parcelable { ctor public InputMethodSubtype(int, int, java.lang.String, java.lang.String, java.lang.String); ctor public InputMethodSubtype(int, int, java.lang.String, java.lang.String, java.lang.String, boolean); method public boolean containsExtraValueKey(java.lang.String); method public int describeContents(); method public java.lang.CharSequence getDisplayName(android.content.Context, java.lang.String, android.content.pm.ApplicationInfo); core/java/android/view/inputmethod/InputMethodSubtype.java +2 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ public final class InputMethodSubtype implements Parcelable { * @param locale The locale supported by the subtype * @param mode The mode supported by the subtype * @param extraValue The extra value of the subtype * @hide */ public InputMethodSubtype( int nameId, int iconId, String locale, String mode, String extraValue) { Loading @@ -71,6 +72,7 @@ public final class InputMethodSubtype implements Parcelable { * @param mode The mode supported by the subtype * @param extraValue The extra value of the subtype * @param isAuxiliary true when this subtype is one shot subtype. * @hide */ public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, boolean isAuxiliary) { Loading Loading
api/current.txt +0 −2 Original line number Diff line number Diff line Loading @@ -24531,8 +24531,6 @@ package android.view.inputmethod { } public final class InputMethodSubtype implements android.os.Parcelable { ctor public InputMethodSubtype(int, int, java.lang.String, java.lang.String, java.lang.String); ctor public InputMethodSubtype(int, int, java.lang.String, java.lang.String, java.lang.String, boolean); method public boolean containsExtraValueKey(java.lang.String); method public int describeContents(); method public java.lang.CharSequence getDisplayName(android.content.Context, java.lang.String, android.content.pm.ApplicationInfo);
core/java/android/view/inputmethod/InputMethodSubtype.java +2 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ public final class InputMethodSubtype implements Parcelable { * @param locale The locale supported by the subtype * @param mode The mode supported by the subtype * @param extraValue The extra value of the subtype * @hide */ public InputMethodSubtype( int nameId, int iconId, String locale, String mode, String extraValue) { Loading @@ -71,6 +72,7 @@ public final class InputMethodSubtype implements Parcelable { * @param mode The mode supported by the subtype * @param extraValue The extra value of the subtype * @param isAuxiliary true when this subtype is one shot subtype. * @hide */ public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, boolean isAuxiliary) { Loading