Home
last modified time | relevance | path

Searched refs:ACTION_TIMEZONE_CHANGED (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDateView.java49 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)
52 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
85 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
DSplitClockView.java46 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)
74 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
DClock.java92 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
123 if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
/frameworks/base/core/java/android/widget/
DTextClock.java151 if (mTimeZone == null && Intent.ACTION_TIMEZONE_CHANGED.equals(intent.getAction())) {
520 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in registerReceiver()
DAnalogClock.java112 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
254 if (intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED)) {
DDateTimeView.java284 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
/frameworks/base/services/core/java/com/android/server/notification/
DDowntimeConditionProvider.java122 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onConnected()
346 } else if (Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
DNextAlarmTracker.java122 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in reset()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java81 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onStart()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java440 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
691 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in KeyguardUpdateMonitor()
/frameworks/base/docs/html/training/wearables/watch-faces/
Ddrawing.jd269 IntentFilter filter = new IntentFilter(Intent.ACTION_TIMEZONE_CHANGED);
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java673 Intent intent = new Intent(Intent.ACTION_TIMEZONE_CHANGED); in setTimeZoneImpl()
/frameworks/base/core/java/android/content/
DIntent.java1601 public static final String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZONE_CHANGED"; field in Intent
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java16023 case Intent.ACTION_TIMEZONE_CHANGED: in broadcastIntentLocked()
/frameworks/base/api/
Dsystem-current.txt7929 …field public static final java.lang.String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZO…
Dcurrent.txt7685 …field public static final java.lang.String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZO…