Searched refs:ACTION_TIMEZONE_CHANGED (Results 1 – 9 of 9) sorted by relevance
25 || action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {64 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in setUpdates()
346 else if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {503 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in StatusBarPolicy()
61 Intent.ACTION_TIMEZONE_CHANGED)) {135 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
104 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()236 if (intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED)) {
217 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in KeyguardUpdateMonitor()230 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) { in KeyguardUpdateMonitor()
270 Intent intent = new Intent(Intent.ACTION_TIMEZONE_CHANGED); in setTimeZone()
1184 public static final String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZONE_CHANGED"; field in Intent
161 <td>{@code ACTION_TIMEZONE_CHANGED}278 {@code ACTION_TIMEZONE_CHANGED} intent has a "{@code time-zone}" extra that
11780 if (intent.ACTION_TIMEZONE_CHANGED.equals(intent.getAction())) { in broadcastIntentLocked()