Searched refs:UPDATE_NOW_INTENT_ACTION (Results 1 – 2 of 2) sorted by relevance
201 } else if (DictionaryPackConstants.UPDATE_NOW_INTENT_ACTION.equals(action)) { in dispatchBroadcast()231 final Intent updateIntent = new Intent(DictionaryPackConstants.UPDATE_NOW_INTENT_ACTION); in checkTimeAndMaybeSetupUpdateAlarm()
63 public static final String UPDATE_NOW_INTENT_ACTION = DICTIONARY_DOMAIN field in DictionaryPackConstants