Searched refs:DICTIONARY_DUMP_INTENT_ACTION (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryDumpBroadcastReceiver.java28 public static final String DICTIONARY_DUMP_INTENT_ACTION = DOMAIN + ".DICT_DUMP"; field in class:DictionaryDumpBroadcastReceiver
40 if (action.equals(DICTIONARY_DUMP_INTENT_ACTION)) {
H A DLatinIME.java566 dictDumpFilter.addAction(DictionaryDumpBroadcastReceiver.DICTIONARY_DUMP_INTENT_ACTION);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DDebugSettingsFragment.java122 DictionaryDumpBroadcastReceiver.DICTIONARY_DUMP_INTENT_ACTION);

Completed in 77 milliseconds