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

  /packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java 216 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) activity.getFragmentManager() local
218 if (tzpd != null) {
219 tzpd.setOnTimeZoneSetListener(this);
238 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) fm local
240 if (tzpd != null) {
241 tzpd.dismiss();
243 tzpd = new TimeZonePickerDialog();
244 tzpd.setArguments(b);
245 tzpd.setOnTimeZoneSetListener(this);
246 tzpd.show(fm, FRAG_TAG_TIME_ZONE_PICKER)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 447 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) fm local
449 if (tzpd != null) {
450 tzpd.dismiss();
452 tzpd = new TimeZonePickerDialog();
453 tzpd.setArguments(b);
454 tzpd.setOnTimeZoneSetListener(EditEventView.this);
455 tzpd.show(fm, FRAG_TAG_TIME_ZONE_PICKER);
911 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) fm local
    [all...]

Completed in 78 milliseconds