HomeSort by relevance Sort by last modified time
    Searched defs:BUNDLE_TIME_ZONE (Results 1 - 2 of 2) 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/recurrencepicker/
RecurrencePickerDialog.java 303 public static final String BUNDLE_TIME_ZONE = "bundle_event_time_zone";
636 String tz = b.getString(BUNDLE_TIME_ZONE);
    [all...]

Completed in 304 milliseconds