Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DGeneralPreferences.java204 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) activity.getFragmentManager() in onCreate() local
206 if (tzpd != null) { in onCreate()
207 tzpd.setOnTimeZoneSetListener(this); in onCreate()
226 TimeZonePickerDialog tzpd = (TimeZonePickerDialog) fm in showTimezoneDialog() local
228 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()