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