Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDateView.java50 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)
53 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
86 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.java106 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
141 if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
/frameworks/base/core/java/android/widget/
DAnalogClock.java113 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
255 if (intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED)) {
DTextClock.java163 if (mTimeZone == null && Intent.ACTION_TIMEZONE_CHANGED.equals(intent.getAction())) {
556 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in registerReceiver()
DDateTimeView.java463 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in register()
/frameworks/base/services/core/java/com/android/server/notification/
DScheduleConditionProvider.java217 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in setRegistered()
244 if (Intent.ACTION_TIMEZONE_CHANGED.equals(intent.getAction())) {
DEventConditionProvider.java301 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in setRegistered()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java112 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onStart()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java616 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
1003 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in KeyguardUpdateMonitor()
/frameworks/base/docs/html/training/wearables/watch-faces/
Ddrawing.jd286 IntentFilter filter = new IntentFilter(Intent.ACTION_TIMEZONE_CHANGED);
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java997 Intent intent = new Intent(Intent.ACTION_TIMEZONE_CHANGED); in setTimeZoneImpl()
/frameworks/base/core/java/android/content/
DIntent.java1868 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.java17915 case Intent.ACTION_TIMEZONE_CHANGED: in broadcastIntentLocked()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7683 …field public static final java.lang.String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZO…
/frameworks/base/api/
Dcurrent.txt8623 …field public static final java.lang.String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZO…
Dsystem-current.txt8959 …field public static final java.lang.String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZO…
Dtest-current.txt8632 …field public static final java.lang.String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZO…