Searched refs:SpellCheckerService (Results 1 – 9 of 9) sorted by relevance
69 public abstract class SpellCheckerService extends Service { class70 private static final String TAG = SpellCheckerService.class.getSimpleName();328 private final WeakReference<SpellCheckerService> mInternalServiceRef;330 public SpellCheckerServiceBinder(SpellCheckerService service) { in SpellCheckerServiceBinder()331 mInternalServiceRef = new WeakReference<SpellCheckerService>(service); in SpellCheckerServiceBinder()354 final SpellCheckerService service = mInternalServiceRef.get(); in getISpellCheckerSession()
19 import android.service.textservice.SpellCheckerService.Session;
22 import android.service.textservice.SpellCheckerService;53 public final class AndroidSpellCheckerService extends SpellCheckerService
23 import android.service.textservice.SpellCheckerService.Session;
42 import android.service.textservice.SpellCheckerService;182 new Intent(SpellCheckerService.SERVICE_INTERFACE), PackageManager.GET_META_DATA, in initializeTextServicesData()632 final Intent serviceIntent = new Intent(SpellCheckerService.SERVICE_INTERFACE); in startSpellCheckerServiceInnerLocked()
53684 …d/service/textservice/SpellCheckerService$InternalISpellCheckerSession;->mSession:Landroid/service…53685 Landroid/service/textservice/SpellCheckerService$InternalISpellCheckerSession;->onCancel()V53686 Landroid/service/textservice/SpellCheckerService$InternalISpellCheckerSession;->onClose()V53700 …rvice/SpellCheckerService$SentenceLevelAdapter;->getSplitWords(Landroid/view/textservice/TextInfo;…53703 Landroid/service/textservice/SpellCheckerService$Session;->mInternalSession:Landroid/service/textse…53704 …droid/service/textservice/SpellCheckerService$Session;->mSentenceLevelAdapter:Landroid/service/tex…53705 …/service/textservice/SpellCheckerService$Session;->setInternalISpellCheckerSession(Landroid/servic…53706 …roid/service/textservice/SpellCheckerService$SpellCheckerServiceBinder;-><init>(Landroid/service/t…53709 Landroid/service/textservice/SpellCheckerService;->DBG:Z53710 Landroid/service/textservice/SpellCheckerService;->mBinder:Landroid/service/textservice/SpellChecke…[all …]
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
38990 public abstract class SpellCheckerService extends android.app.Service {38991 ctor public SpellCheckerService();38992 method public abstract android.service.textservice.SpellCheckerService.Session createSession();38994 …d public static final String SERVICE_INTERFACE = "android.service.textservice.SpellCheckerService";38997 public abstract static class SpellCheckerService.Session {38998 ctor public SpellCheckerService.Session();
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();