Searched refs:tzpd (Results 1 – 2 of 2) sorted by relevance
216 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) activity.getFragmentManager() in onCreate() local218 if (tzpd != null) { in onCreate()219 tzpd.setOnTimeZoneSetListener(this); in onCreate()238 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) fm in showTimezoneDialog() local240 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()
447 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) fm in showTimezoneDialog() local449 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() local913 if (tzpd != null) { in EditEventView()914 tzpd.setOnTimeZoneSetListener(this); in EditEventView()