Searched refs:DictionaryService (Results 1 – 4 of 4) sorted by relevance
52 public final class DictionaryService extends Service { class146 final DictionaryService self = this; in onStartCommand()
961 intent.setClass(context, DictionaryService.class); in installIfNeverRequested()962 intent.setAction(DictionaryService.SHOW_DOWNLOAD_TOAST_INTENT_ACTION); in installIfNeverRequested()963 intent.putExtra(DictionaryService.LOCALE_INTENT_ARGUMENT, localeString); in installIfNeverRequested()
43 intent.setClass(context, DictionaryService.class); in onReceive()
254 DictionaryService.updateNowIfNotUpdatedInAVeryLongTime(getContext()); in query()