Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11299b1b authored by satok's avatar satok
Browse files

Make public SpellChecker utilities

Bug: 5639238
Change-Id: Id7dd2263a6305cc6ba0cf8f4d8ad8fb0d39a48ff
parent 4acb7846
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24890,9 +24890,11 @@ package android.view.textservice {
  public final class SpellCheckerSubtype implements android.os.Parcelable {
    ctor public SpellCheckerSubtype(int, java.lang.String, java.lang.String);
    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);
    method public java.lang.String getExtraValue();
    method public java.lang.String getExtraValueOf(java.lang.String);
    method public java.lang.String getLocale();
    method public int getNameResId();
    method public void writeToParcel(android.os.Parcel, int);
+0 −2
Original line number Diff line number Diff line
@@ -110,7 +110,6 @@ public final class SpellCheckerSubtype implements Parcelable {
    }

    /**
     * @hide
     * The string of ExtraValue in subtype should be defined as follows:
     * example: key0,key1=value1,key2,key3,key4=value4
     * @param key the key of extra value
@@ -121,7 +120,6 @@ public final class SpellCheckerSubtype implements Parcelable {
    }

    /**
     * @hide
     * The string of ExtraValue in subtype should be defined as follows:
     * example: key0,key1=value1,key2,key3,key4=value4
     * @param key the key of extra value