Home
last modified time | relevance | path

Searched refs:tzpd (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DGeneralPreferences.java216 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) activity.getFragmentManager() in onCreate() local
218 if (tzpd != null) { in onCreate()
219 tzpd.setOnTimeZoneSetListener(this); in onCreate()
238 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) fm in showTimezoneDialog() local
240 if (tzpd != null) { in showTimezoneDialog()
241 tzpd.dismiss(); in showTimezoneDialog()
243 tzpd = new TimeZonePickerDialog(); in showTimezoneDialog()
244 tzpd.setArguments(b); in showTimezoneDialog()
245 tzpd.setOnTimeZoneSetListener(this); in showTimezoneDialog()
246 tzpd.show(fm, FRAG_TAG_TIME_ZONE_PICKER); in showTimezoneDialog()
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventView.java447 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) fm in showTimezoneDialog() local
449 if (tzpd != null) { in showTimezoneDialog()
450 tzpd.dismiss(); in showTimezoneDialog()
452 tzpd = new TimeZonePickerDialog(); in showTimezoneDialog()
453 tzpd.setArguments(b); in showTimezoneDialog()
454 tzpd.setOnTimeZoneSetListener(EditEventView.this); in showTimezoneDialog()
455 tzpd.show(fm, FRAG_TAG_TIME_ZONE_PICKER); in showTimezoneDialog()
911 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) fm in EditEventView() local
913 if (tzpd != null) { in EditEventView()
914 tzpd.setOnTimeZoneSetListener(this); in EditEventView()