Home
last modified time | relevance | path

Searched refs:DictionaryService (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryService.java57 public final class DictionaryService extends Service { class
58 private static final String TAG = DictionaryService.class.getSimpleName();
163 final DictionaryService self = this; in onStartCommand()
DUpdateHandler.java244 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()
DEventHandler.java43 intent.setClass(context, DictionaryService.class); in onReceive()
DDictionaryProvider.java249 DictionaryService.updateNowIfNotUpdatedInAVeryLongTime(getContext()); in query()