Searched refs:dictDumpFilter (Results 1 – 1 of 1) sorted by relevance
635 final IntentFilter dictDumpFilter = new IntentFilter(); in onCreate() local636 dictDumpFilter.addAction(DictionaryDumpBroadcastReceiver.DICTIONARY_DUMP_INTENT_ACTION); in onCreate()637 registerReceiver(mDictionaryDumpBroadcastReceiver, dictDumpFilter); in onCreate()