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 49 * 6, upon reception of the UPDATE_NOW_INTENT_ACTION broadcast sent by the alarm manager
201 } else if (DictionaryPackConstants.UPDATE_NOW_INTENT_ACTION.equals(action)) {
231 final Intent updateIntent = new Intent(DictionaryPackConstants.UPDATE_NOW_INTENT_ACTION);

Completed in 890 milliseconds