HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_TIMEZONE_CHANGED (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DateView.java 49 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)
125 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
Clock.java 88 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
118 if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 31 Intent.ACTION_TIMEZONE_CHANGED,
  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleBroadcastReceiver.java 41 if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)
  /frameworks/base/core/java/android/widget/
AnalogClock.java 109 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
243 if (intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED)) {
TextClock.java 145 if (mTimeZone == null && Intent.ACTION_TIMEZONE_CHANGED.equals(intent.getAction())) {
482 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
DateTimeView.java 217 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
ClockView.java 71 intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED);
175 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
KeyguardUpdateMonitor.java 248 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
468 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
ClockFragment.java 66 || action.equals(Intent.ACTION_TIMEZONE_CHANGED)
171 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
DigitalClock.java 63 Intent.ACTION_TIMEZONE_CHANGED)) {
147 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
ScreensaverActivity.java 63 || intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED);
99 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
AnalogClock.java 112 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
257 if (intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED)) {
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalWidgetViewsFactory.java 193 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
250 if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetProvider.java 69 || action.equals(Intent.ACTION_TIMEZONE_CHANGED)
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java 160 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
DateTimeSettings.java 161 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
  /frameworks/base/services/java/com/android/server/
TwilightService.java 86 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
AlarmManagerService.java 321 Intent intent = new Intent(Intent.ACTION_TIMEZONE_CHANGED);
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 91 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 271 mFilter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java 514 * <li> {@link #ACTION_TIMEZONE_CHANGED}
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 481 if (Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
542 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 2249 milliseconds

1 2