Searched refs:tzpd (Results 1 – 1 of 1) sorted by relevance
119 val tzpd: TimeZonePickerDialog = activity.getFragmentManager() in onCreate() constant121 if (tzpd != null) { in onCreate()122 tzpd.setOnTimeZoneSetListener(this) in onCreate()134 var tzpd: TimeZonePickerDialog? = fm in showTimezoneDialog() variable136 if (tzpd != null) { in showTimezoneDialog()137 tzpd.dismiss() in showTimezoneDialog()139 tzpd = TimeZonePickerDialog() in showTimezoneDialog()140 tzpd.setArguments(b) in showTimezoneDialog()141 tzpd.setOnTimeZoneSetListener(this) in showTimezoneDialog()142 tzpd.show(fm, FRAG_TAG_TIME_ZONE_PICKER) in showTimezoneDialog()