Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDateView.java46 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
121 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in setUpdates()
DClock.java84 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
113 if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DHoloClock.java108 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
137 if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
/frameworks/base/core/java/com/android/internal/widget/
DDigitalClock.java83 intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED); in onReceive()
191 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
/frameworks/base/core/java/android/widget/
DAnalogClock.java105 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
239 if (intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED)) {
DDateTimeView.java225 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
/frameworks/base/policy/src/com/android/internal/policy/impl/
DKeyguardUpdateMonitor.java239 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in KeyguardUpdateMonitor()
252 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) { in KeyguardUpdateMonitor()
/frameworks/base/services/java/com/android/server/
DUiModeManagerService.java326 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in UiModeManagerService()
DAlarmManagerService.java265 Intent intent = new Intent(Intent.ACTION_TIMEZONE_CHANGED); in setTimeZone()
/frameworks/base/docs/html/guide/topics/intents/
Dintents-filters.jd161 <td>{@code ACTION_TIMEZONE_CHANGED}
278 {@code ACTION_TIMEZONE_CHANGED} intent has a "{@code time-zone}" extra that
/frameworks/base/core/java/android/content/
DIntent.java1324 public static final String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZONE_CHANGED"; field in Intent
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java11598 if (intent.ACTION_TIMEZONE_CHANGED.equals(intent.getAction())) { in broadcastIntentLocked()
/frameworks/base/api/
Dcurrent.txt5483 …field public static final java.lang.String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZO…
D14.txt5483 …field public static final java.lang.String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZO…