Home
last modified time | relevance | path

Searched refs:SHOW_DOWNLOAD_TOAST_INTENT_ACTION (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryService.java74 /* package */ static final String SHOW_DOWNLOAD_TOAST_INTENT_ACTION = field in DictionaryService
164 if (SHOW_DOWNLOAD_TOAST_INTENT_ACTION.equals(intent.getAction())) { in onStartCommand()
DUpdateHandler.java970 intent.setAction(DictionaryService.SHOW_DOWNLOAD_TOAST_INTENT_ACTION); in installIfNeverRequested()