Searched refs:DictionaryService (Results 1 – 4 of 4) sorted by relevance
57 public final class DictionaryService extends Service { class58 private static final String TAG = DictionaryService.class.getSimpleName();163 final DictionaryService self = this; in onStartCommand()
43 intent.setClass(context, DictionaryService.class); in onReceive()
238 DictionaryService.NO_CANCEL_DOWNLOAD_PERIOD_MILLIS)) { in updateClientsWithMetadataUri()915 intent.setClass(context, DictionaryService.class); in installIfNeverRequested()916 intent.setAction(DictionaryService.SHOW_DOWNLOAD_TOAST_INTENT_ACTION); in installIfNeverRequested()917 intent.putExtra(DictionaryService.LOCALE_INTENT_ARGUMENT, localeString); in installIfNeverRequested()
249 DictionaryService.updateNowIfNotUpdatedInAVeryLongTime(getContext()); in query()