File
Doc
Category
Size
Date
Package
SpellCheckerSubtype.java
API Doc
Android 5.1 API
1339
Sat Mar 14 14:09:34 GMT 2015
android.view.textservice
SpellCheckerSubtype
java.lang.Object
public final class SpellCheckerSubtype extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public SpellCheckerSubtype
(
int
nameId,
String
locale,
String
extraValue)
throw new RuntimeException("Stub!");
Methods Summary
public
boolean
containsExtraValueKey
(
java.lang.String
key)
throw new RuntimeException("Stub!");
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
o)
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
getDisplayName
(
android.content.Context
context,
java.lang.String
packageName,
android.content.pm.ApplicationInfo
appInfo)
throw new RuntimeException("Stub!");
public
java.lang.String
getExtraValue
()
throw new RuntimeException("Stub!");
public
java.lang.String
getExtraValueOf
(
java.lang.String
key)
throw new RuntimeException("Stub!");
public
java.lang.String
getLocale
()
throw new RuntimeException("Stub!");
public
int
getNameResId
()
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
parcelableFlags)
throw new RuntimeException("Stub!");
Java Code Source