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()
244 DictionaryService.NO_CANCEL_DOWNLOAD_PERIOD_MILLIS)) { in updateClientsWithMetadataUri()969 intent.setClass(context, DictionaryService.class); in installIfNeverRequested()970 intent.setAction(DictionaryService.SHOW_DOWNLOAD_TOAST_INTENT_ACTION); in installIfNeverRequested()971 intent.putExtra(DictionaryService.LOCALE_INTENT_ARGUMENT, localeString); in installIfNeverRequested()
43 intent.setClass(context, DictionaryService.class); in onReceive()
249 DictionaryService.updateNowIfNotUpdatedInAVeryLongTime(getContext()); in query()