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.kt119 val tzpd: TimeZonePickerDialog = activity.getFragmentManager() in onCreate() constant
121 if (tzpd != null) { in onCreate()
122 tzpd.setOnTimeZoneSetListener(this) in onCreate()
134 var tzpd: TimeZonePickerDialog? = fm in showTimezoneDialog() variable
136 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()