Searched defs:SHOW_DOWNLOAD_TOAST_INTENT_ACTION (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionaryService.java74 /* package */ static final String SHOW_DOWNLOAD_TOAST_INTENT_ACTION = field in class:DictionaryService
75 PACKAGE_NAME + ".SHOW_DOWNLOAD_TOAST_INTENT_ACTION";
164 if (SHOW_DOWNLOAD_TOAST_INTENT_ACTION.equals(intent.getAction())) {

Completed in 185 milliseconds