Loading api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -17951,7 +17951,7 @@ package android.service.textservice { method public abstract android.view.textservice.SuggestionsInfo getSuggestions(android.view.textservice.TextInfo, int, java.lang.String); method public android.view.textservice.SuggestionsInfo[] getSuggestionsMultiple(android.view.textservice.TextInfo[], java.lang.String, int, boolean); method public final android.os.IBinder onBind(android.content.Intent); field public static final java.lang.String SERVICE_INTERFACE; field public static final java.lang.String SERVICE_INTERFACE = "android.service.textservice.SpellCheckerService"; } public class SpellCheckerSession { core/java/android/service/textservice/SpellCheckerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,8 @@ import java.lang.ref.WeakReference; */ public abstract class SpellCheckerService extends Service { private static final String TAG = SpellCheckerService.class.getSimpleName(); public static final String SERVICE_INTERFACE = SpellCheckerService.class.getName(); public static final String SERVICE_INTERFACE = "android.service.textservice.SpellCheckerService"; private final SpellCheckerServiceBinder mBinder = new SpellCheckerServiceBinder(this); Loading Loading
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -17951,7 +17951,7 @@ package android.service.textservice { method public abstract android.view.textservice.SuggestionsInfo getSuggestions(android.view.textservice.TextInfo, int, java.lang.String); method public android.view.textservice.SuggestionsInfo[] getSuggestionsMultiple(android.view.textservice.TextInfo[], java.lang.String, int, boolean); method public final android.os.IBinder onBind(android.content.Intent); field public static final java.lang.String SERVICE_INTERFACE; field public static final java.lang.String SERVICE_INTERFACE = "android.service.textservice.SpellCheckerService"; } public class SpellCheckerSession {
core/java/android/service/textservice/SpellCheckerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,8 @@ import java.lang.ref.WeakReference; */ public abstract class SpellCheckerService extends Service { private static final String TAG = SpellCheckerService.class.getSimpleName(); public static final String SERVICE_INTERFACE = SpellCheckerService.class.getName(); public static final String SERVICE_INTERFACE = "android.service.textservice.SpellCheckerService"; private final SpellCheckerServiceBinder mBinder = new SpellCheckerServiceBinder(this); Loading