Searched refs:UPDATE_NOW_INTENT_ACTION (Results 1 – 2 of 2) sorted by relevance
178 } 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()
63 public static final String UPDATE_NOW_INTENT_ACTION = DICTIONARY_DOMAIN field in DictionaryPackConstants