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

  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerDialog.java 33 public static final String BUNDLE_TIME_ZONE = "bundle_event_time_zone";
65 timeZone = b.getString(BUNDLE_TIME_ZONE);
  /packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java 235 b.putString(TimeZonePickerDialog.BUNDLE_TIME_ZONE, Utils.getTimeZone(activity, null));
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 303 public static final String BUNDLE_TIME_ZONE = "bundle_event_time_zone";
636 String tz = b.getString(BUNDLE_TIME_ZONE);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 444 b.putString(TimeZonePickerDialog.BUNDLE_TIME_ZONE, mTimezone);
601 b.putString(RecurrencePickerDialog.BUNDLE_TIME_ZONE, mStartTime.timezone);
    [all...]

Completed in 272 milliseconds