Searched refs:themeContext (Results 1 – 2 of 2) sorted by relevance
98 Context themeContext = getContext(); in TimePickerDialog() local99 setButton(BUTTON_POSITIVE, themeContext.getText(R.string.date_time_done), this); in TimePickerDialog()102 (LayoutInflater) themeContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in TimePickerDialog()
102 Context themeContext = getContext(); in DatePickerDialog() local103 setButton(BUTTON_POSITIVE, themeContext.getText(R.string.date_time_done), this); in DatePickerDialog()107 (LayoutInflater) themeContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in DatePickerDialog()