Searched refs:ACTION_TIMEZONE_CHANGED (Results 1 – 14 of 14) sorted by relevance
46 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {121 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in setUpdates()
84 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()113 if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
108 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()137 if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
83 intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED); in onReceive()191 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
105 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()239 if (intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED)) {
225 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
239 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in KeyguardUpdateMonitor()252 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) { in KeyguardUpdateMonitor()
326 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in UiModeManagerService()
265 Intent intent = new Intent(Intent.ACTION_TIMEZONE_CHANGED); in setTimeZone()
161 <td>{@code ACTION_TIMEZONE_CHANGED}278 {@code ACTION_TIMEZONE_CHANGED} intent has a "{@code time-zone}" extra that
1324 public static final String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZONE_CHANGED"; field in Intent
11598 if (intent.ACTION_TIMEZONE_CHANGED.equals(intent.getAction())) { in broadcastIntentLocked()
5483 …field public static final java.lang.String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZO…