Searched refs:ACTION_TIMEZONE_CHANGED (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDateView.java49 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)
52 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
85 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
H A DSplitClockView.java46 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)
74 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
H A DClock.java92 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
123 if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java114 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
256 if (intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED)) {
H A DTextClock.java157 if (mTimeZone == null && Intent.ACTION_TIMEZONE_CHANGED.equals(intent.getAction())) {
550 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
H A DDateTimeView.java271 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
/frameworks/base/services/core/java/com/android/server/notification/
H A DScheduleConditionProvider.java205 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
H A DEventConditionProvider.java290 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java81 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java557 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
835 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java877 Intent intent = new Intent(Intent.ACTION_TIMEZONE_CHANGED);
/frameworks/base/core/java/android/content/
H A DIntent.java534 * <li> {@link #ACTION_TIMEZONE_CHANGED}
1768 public static final String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZONE_CHANGED"; field in class:Intent
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java16641 case Intent.ACTION_TIMEZONE_CHANGED:

Completed in 248 milliseconds