HomeSort by relevance Sort by last modified time
    Searched refs:WORLDCLOCK_UPDATE_INTENT (Results 1 - 4 of 4) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
Cities.java 28 public static final String WORLDCLOCK_UPDATE_INTENT = "com.android.deskclock.worldclock.update";
CitiesActivity.java 512 Intent i = new Intent(Cities.WORLDCLOCK_UPDATE_INTENT);
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetProvider.java 120 } else if (Cities.WORLDCLOCK_UPDATE_INTENT.equals(action)) {
  /packages/apps/DeskClock/src/com/android/deskclock/
SettingsActivity.java 201 Intent i = new Intent(Cities.WORLDCLOCK_UPDATE_INTENT);

Completed in 577 milliseconds