Searched refs:SpellCheckerService (Results 1 – 6 of 6) sorted by relevance
69 public abstract class SpellCheckerService extends Service { class70 private static final String TAG = SpellCheckerService.class.getSimpleName();309 private final WeakReference<SpellCheckerService> mInternalServiceRef;311 public SpellCheckerServiceBinder(SpellCheckerService service) { in SpellCheckerServiceBinder()312 mInternalServiceRef = new WeakReference<SpellCheckerService>(service); in SpellCheckerServiceBinder()332 final SpellCheckerService service = mInternalServiceRef.get(); in getISpellCheckerSession()
56 import android.service.textservice.SpellCheckerService;263 new Intent(SpellCheckerService.SERVICE_INTERFACE), PackageManager.GET_META_DATA, in buildSpellCheckerMapLocked()592 final Intent serviceIntent = new Intent(SpellCheckerService.SERVICE_INTERFACE); in startSpellCheckerServiceInnerLocked()
3731 android.service.textservice.SpellCheckerService3732 android.service.textservice.SpellCheckerService$InternalISpellCheckerSession3733 android.service.textservice.SpellCheckerService$Session3734 android.service.textservice.SpellCheckerService$SpellCheckerServiceBinder
27120 public abstract class SpellCheckerService extends android.app.Service {27121 ctor public SpellCheckerService();27122 method public abstract android.service.textservice.SpellCheckerService.Session createSession();27124 …tatic final java.lang.String SERVICE_INTERFACE = "android.service.textservice.SpellCheckerService";27127 public static abstract class SpellCheckerService.Session {27128 ctor public SpellCheckerService.Session();
37353 public abstract class SpellCheckerService extends android.app.Service {37354 ctor public SpellCheckerService();37355 method public abstract android.service.textservice.SpellCheckerService.Session createSession();37357 …tatic final java.lang.String SERVICE_INTERFACE = "android.service.textservice.SpellCheckerService";37360 public static abstract class SpellCheckerService.Session {37361 ctor public SpellCheckerService.Session();
40533 public abstract class SpellCheckerService extends android.app.Service {40534 ctor public SpellCheckerService();40535 method public abstract android.service.textservice.SpellCheckerService.Session createSession();40537 …tatic final java.lang.String SERVICE_INTERFACE = "android.service.textservice.SpellCheckerService";40540 public static abstract class SpellCheckerService.Session {40541 ctor public SpellCheckerService.Session();