Home | History | Annotate | Download | only in textservice

Lines Matching refs:sService

69     private static ITextServicesManager sService;
72 if (sService == null) {
74 sService = ITextServicesManager.Stub.asInterface(b);
134 sci = sService.getCurrentSpellChecker(null);
173 sci, sService, listener, subtypeInUse);
175 sService.getSpellCheckerService(sci.getId(), subtypeInUse.getLocale(),
189 final SpellCheckerInfo[] retval = sService.getEnabledSpellCheckers();
206 return sService.getCurrentSpellChecker(null);
220 sService.setCurrentSpellChecker(null, sci.getId());
232 if (sService == null) {
233 // TODO: This is a workaround. Needs to investigate why sService could be null
235 Log.e(TAG, "sService is null.");
239 return sService.getCurrentSpellCheckerSubtype(null, allowImplicitlySelectedSubtype);
257 sService.setCurrentSpellCheckerSubtype(null, hashCode);
268 sService.setSpellCheckerEnabled(enabled);
279 return sService.isSpellCheckerEnabled();