Searched refs:NEW_DICTIONARY_INTENT_ACTION (Results 1 – 5 of 5) sorted by relevance
46 public static final String NEW_DICTIONARY_INTENT_ACTION = DICTIONARY_DOMAIN + ".newdict"; field in DictionaryPackConstants
168 new Intent(DictionaryPackConstants.NEW_DICTIONARY_INTENT_ACTION); in onPause()
576 new Intent(DictionaryPackConstants.NEW_DICTIONARY_INTENT_ACTION); in signalNewDictionaryState()
116 } else if (action.equals(DictionaryPackConstants.NEW_DICTIONARY_INTENT_ACTION)) { in onReceive()
632 newDictFilter.addAction(DictionaryPackConstants.NEW_DICTIONARY_INTENT_ACTION); in onCreate()