Searched refs:ACTION_TRIGGER_RULES_UPDATE_CHECK (Results 1 – 3 of 3) sorted by relevance
53 public static final String ACTION_TRIGGER_RULES_UPDATE_CHECK = field in RulesUpdaterContract70 Intent intent = new Intent(RulesUpdaterContract.ACTION_TRIGGER_RULES_UPDATE_CHECK); in createUpdaterIntent()
47 assertEquals(RulesUpdaterContract.ACTION_TRIGGER_RULES_UPDATE_CHECK, intent.getAction()); in createUpdaterIntent()
83 if (!RulesUpdaterContract.ACTION_TRIGGER_RULES_UPDATE_CHECK.equals(intent.getAction())) { in onReceive()