Searched refs:DictionaryDumpBroadcastReceiver (Results 1 – 3 of 3) sorted by relevance
24 public class DictionaryDumpBroadcastReceiver extends BroadcastReceiver { class25 private static final String TAG = DictionaryDumpBroadcastReceiver.class.getSimpleName();33 public DictionaryDumpBroadcastReceiver(final LatinIME latinIme) { in DictionaryDumpBroadcastReceiver() method in DictionaryDumpBroadcastReceiver
161 new DictionaryDumpBroadcastReceiver(this);595 dictDumpFilter.addAction(DictionaryDumpBroadcastReceiver.DICTIONARY_DUMP_INTENT_ACTION); in onCreate()
30 import com.android.inputmethod.latin.DictionaryDumpBroadcastReceiver;110 DictionaryDumpBroadcastReceiver.DICTIONARY_DUMP_INTENT_ACTION); in onPreferenceClick()111 intent.putExtra(DictionaryDumpBroadcastReceiver.DICTIONARY_NAME_KEY, dictName); in onPreferenceClick()