HomeSort by relevance Sort by last modified time
    Searched defs:RulesUpdaterContract (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/app/timezone/
RulesUpdaterContract.java 30 public final class RulesUpdaterContract {
70 Intent intent = new Intent(RulesUpdaterContract.ACTION_TRIGGER_RULES_UPDATE_CHECK);
88 RulesUpdaterContract.UPDATE_TIME_ZONE_RULES_PERMISSION);
  /frameworks/base/core/tests/coretests/src/android/app/timezone/
RulesUpdaterContractTest.java 34 * Tests for {@link RulesUpdaterContract}.
41 Intent intent = RulesUpdaterContract.createUpdaterIntent(packageName);
43 assertEquals(RulesUpdaterContract.ACTION_TRIGGER_RULES_UPDATE_CHECK, intent.getAction());
53 Intent expectedIntent = RulesUpdaterContract.createUpdaterIntent(packageName);
54 expectedIntent.putExtra(RulesUpdaterContract.EXTRA_CHECK_TOKEN, tokenBytes);
58 RulesUpdaterContract.sendBroadcast(mockContext, packageName, tokenBytes);
62 eq(RulesUpdaterContract.UPDATE_TIME_ZONE_RULES_PERMISSION));
  /frameworks/base/services/core/java/com/android/server/timezone/
IntentHelperImpl.java 21 import android.app.timezone.RulesUpdaterContract;
85 RulesUpdaterContract.sendBroadcast(

Completed in 58 milliseconds