Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/status/
DDateView.java25 || action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
64 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in setUpdates()
DStatusBarPolicy.java346 else if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
503 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in StatusBarPolicy()
/frameworks/base/core/java/com/android/internal/widget/
DDigitalClock.java61 Intent.ACTION_TIMEZONE_CHANGED)) {
135 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
/frameworks/base/core/java/android/widget/
DAnalogClock.java104 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
236 if (intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED)) {
/frameworks/policies/base/phone/com/android/internal/policy/impl/
DKeyguardUpdateMonitor.java217 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in KeyguardUpdateMonitor()
230 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) { in KeyguardUpdateMonitor()
/frameworks/base/services/java/com/android/server/
DAlarmManagerService.java270 Intent intent = new Intent(Intent.ACTION_TIMEZONE_CHANGED); in setTimeZone()
/frameworks/base/core/java/android/content/
DIntent.java1184 public static final String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZONE_CHANGED"; field in Intent
/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/services/java/com/android/server/am/
DActivityManagerService.java11780 if (intent.ACTION_TIMEZONE_CHANGED.equals(intent.getAction())) { in broadcastIntentLocked()