Home | History | Annotate | Download | only in calendar

Lines Matching refs:tzpd

216         TimeZonePickerDialog tzpd = (TimeZonePickerDialog) activity.getFragmentManager()
218 if (tzpd != null) {
219 tzpd.setOnTimeZoneSetListener(this);
238 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) fm
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);