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.java51 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)
54 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
87 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.java184 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
241 if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
/frameworks/base/core/java/android/widget/
DAnalogClock.java120 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
263 if (intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED)) {
DTextClock.java174 if (mTimeZone == null && Intent.ACTION_TIMEZONE_CHANGED.equals(intent.getAction())) {
594 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in registerReceiver()
DDateTimeView.java509 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in register()
/frameworks/base/services/core/java/com/android/server/notification/
DScheduleConditionProvider.java254 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in setRegistered()
334 if (Intent.ACTION_TIMEZONE_CHANGED.equals(intent.getAction())) {
DEventConditionProvider.java300 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in setRegistered()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java180 intentFilter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in startListening()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1069 } else if (Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
1546 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in KeyguardUpdateMonitor()
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java1008 intentFilter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onStart()
/frameworks/base/api/
Dlint-baseline.txt160 BroadcastBehavior: android.content.Intent#ACTION_TIMEZONE_CHANGED:
Dcurrent.txt10320 …field public static final String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZONE_CHANGED…
/frameworks/base/core/java/android/content/
DIntent.java2300 public static final String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZONE_CHANGED"; field in Intent
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java1673 Intent intent = new Intent(Intent.ACTION_TIMEZONE_CHANGED); in setTimeZoneImpl()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java15240 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/non-updatable-api/
Dcurrent.txt10320 …field public static final String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZONE_CHANGED…