Searched refs:tzpd (Results 1 – 1 of 1) sorted by relevance
204 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) activity.getFragmentManager() in onCreate() local206 if (tzpd != null) { in onCreate()207 tzpd.setOnTimeZoneSetListener(this); in onCreate()226 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) fm in showTimezoneDialog() local228 if (tzpd != null) { in showTimezoneDialog()229 tzpd.dismiss(); in showTimezoneDialog()231 tzpd = new TimeZonePickerDialog(); in showTimezoneDialog()232 tzpd.setArguments(b); in showTimezoneDialog()233 tzpd.setOnTimeZoneSetListener(this); in showTimezoneDialog()234 tzpd.show(fm, FRAG_TAG_TIME_ZONE_PICKER); in showTimezoneDialog()