Home
last modified time | relevance | path

Searched refs:ACTION_TRIGGER_RULES_UPDATE_CHECK (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/timezone/
H A DRulesUpdaterContract.java53 public static final String ACTION_TRIGGER_RULES_UPDATE_CHECK = field in RulesUpdaterContract
70 Intent intent = new Intent(RulesUpdaterContract.ACTION_TRIGGER_RULES_UPDATE_CHECK); in createUpdaterIntent()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/timezone/
H A DRulesUpdaterContractTest.java47 assertEquals(RulesUpdaterContract.ACTION_TRIGGER_RULES_UPDATE_CHECK, intent.getAction()); in createUpdaterIntent()
/aosp12/packages/apps/TimeZoneUpdater/src/main/com/android/timezone/updater/
H A DRulesCheckReceiver.java83 if (!RulesUpdaterContract.ACTION_TRIGGER_RULES_UPDATE_CHECK.equals(intent.getAction())) { in onReceive()