Home
last modified time | relevance | path

Searched refs:UPDATE_NOW_INTENT_ACTION (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryService.java178 } else if (DictionaryPackConstants.UPDATE_NOW_INTENT_ACTION.equals(intent.getAction())) { in dispatchBroadcast()
201 final Intent updateIntent = new Intent(DictionaryPackConstants.UPDATE_NOW_INTENT_ACTION); in checkTimeAndMaybeSetupUpdateAlarm()
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/dictionarypack/
DDictionaryPackConstants.java63 public static final String UPDATE_NOW_INTENT_ACTION = DICTIONARY_DOMAIN field in DictionaryPackConstants