Searched refs:SHOW_DOWNLOAD_TOAST_INTENT_ACTION (Results 1 – 2 of 2) sorted by relevance
74 /* package */ static final String SHOW_DOWNLOAD_TOAST_INTENT_ACTION = field in DictionaryService164 if (SHOW_DOWNLOAD_TOAST_INTENT_ACTION.equals(intent.getAction())) { in onStartCommand()
970 intent.setAction(DictionaryService.SHOW_DOWNLOAD_TOAST_INTENT_ACTION); in installIfNeverRequested()