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

Commit e00274a5 authored by satok's avatar satok Committed by Android (Google) Code Review
Browse files

Merge "Make public SpellChecker utilities"

parents 14eb3701 11299b1b
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