Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DDictionaryDumpBroadcastReceiver.java28 public static final String DICTIONARY_DUMP_INTENT_ACTION = DOMAIN + ".DICT_DUMP"; field in DictionaryDumpBroadcastReceiver
40 if (action.equals(DICTIONARY_DUMP_INTENT_ACTION)) { in onReceive()
DLatinIME.java636 dictDumpFilter.addAction(DictionaryDumpBroadcastReceiver.DICTIONARY_DUMP_INTENT_ACTION); in onCreate()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DDebugSettingsFragment.java110 DictionaryDumpBroadcastReceiver.DICTIONARY_DUMP_INTENT_ACTION); in onPreferenceClick()