HomeSort by relevance Sort by last modified time
    Searched refs:UPDATE_NOW_INTENT_ACTION (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/dictionarypack/
DictionaryPackConstants.java 63 public static final String UPDATE_NOW_INTENT_ACTION = DICTIONARY_DOMAIN
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryService.java 44 * 6, upon reception of the UPDATE_NOW_INTENT_ACTION broadcast sent by the alarm manager
178 } else if (DictionaryPackConstants.UPDATE_NOW_INTENT_ACTION.equals(intent.getAction())) {
201 final Intent updateIntent = new Intent(DictionaryPackConstants.UPDATE_NOW_INTENT_ACTION);

Completed in 1218 milliseconds