Searched refs:ACTION_TIMEZONE_CHANGED (Results 1 – 18 of 18) sorted by relevance
51 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)54 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {87 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
46 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)74 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()
184 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()241 if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
120 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow()263 if (intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED)) {
174 if (mTimeZone == null && Intent.ACTION_TIMEZONE_CHANGED.equals(intent.getAction())) {594 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in registerReceiver()
509 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in register()
254 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in setRegistered()334 if (Intent.ACTION_TIMEZONE_CHANGED.equals(intent.getAction())) {
300 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in setRegistered()
180 intentFilter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in startListening()
1069 } else if (Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {1546 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in KeyguardUpdateMonitor()
1008 intentFilter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onStart()
160 BroadcastBehavior: android.content.Intent#ACTION_TIMEZONE_CHANGED:
10320 …field public static final String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZONE_CHANGED…
2300 public static final String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZONE_CHANGED"; field in Intent
1673 Intent intent = new Intent(Intent.ACTION_TIMEZONE_CHANGED); in setTimeZoneImpl()
15240 case Intent.ACTION_TIMEZONE_CHANGED: in broadcastIntentLocked()
7683 …field public static final java.lang.String ACTION_TIMEZONE_CHANGED = "android.intent.action.TIMEZO…