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);
122 sci = sService.getCurrentSpellChecker(null);
161 sci, sService, listener, subtypeInUse);
163 sService.getSpellCheckerService(sci.getId(), subtypeInUse.getLocale(),
177 final SpellCheckerInfo[] retval = sService.getEnabledSpellCheckers();
194 return sService.getCurrentSpellChecker(null);
208 sService.setCurrentSpellChecker(null, sci.getId());
221 return sService.getCurrentSpellCheckerSubtype(null, allowImplicitlySelectedSubtype);
239 sService.setCurrentSpellCheckerSubtype(null, hashCode);
250 sService.setSpellCheckerEnabled(enabled);
261 return sService.isSpellCheckerEnabled();