HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_TIMEZONE_CHANGED (Results 1 - 23 of 23) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DateView.java 41 || action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
80 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
Clock.java 84 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
113 if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 33 Intent.ACTION_TIMEZONE_CHANGED,
  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleBroadcastReceiver.java 41 if (action.equals(Intent.ACTION_TIMEZONE_CHANGED)
  /frameworks/base/core/java/com/android/internal/widget/
DigitalClock.java 61 Intent.ACTION_TIMEZONE_CHANGED)) {
140 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
  /packages/apps/DeskClock/src/com/android/deskclock/
DigitalClock.java 58 Intent.ACTION_TIMEZONE_CHANGED)) {
142 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
  /frameworks/base/core/java/android/widget/
AnalogClock.java 104 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
236 if (intent.getAction().equals(Intent.ACTION_TIMEZONE_CHANGED)) {
DateTimeView.java 225 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
  /packages/apps/Calendar/src/com/android/calendar/
AgendaActivity.java 80 || action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
190 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
CalendarActivity.java 86 || action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
167 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
MonthActivity.java 203 || action.equals(Intent.ACTION_TIMEZONE_CHANGED)) {
345 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardUpdateMonitor.java 216 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
229 || Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java 133 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 326 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
    [all...]
AlarmManagerService.java 286 Intent intent = new Intent(Intent.ACTION_TIMEZONE_CHANGED);
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 140 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 271 mFilter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
  /frameworks/base/core/java/android/content/
Intent.java 504 * <li> {@link #ACTION_TIMEZONE_CHANGED}
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 335 if (Intent.ACTION_TIMEZONE_CHANGED.equals(action)) {
406 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 495 milliseconds