Searched refs:mDateFormat (Results 1 – 5 of 5) sorted by relevance
72 private ListPreference mDateFormat; field in DateTimeSettings107 mDateFormat = (ListPreference) findPreference(KEY_DATE_FORMAT); in initUI()110 getPreferenceScreen().removePreference(mDateFormat); in initUI()134 mDateFormat.setEntries(formattedDates); in initUI()135 mDateFormat.setEntryValues(R.array.date_format_values); in initUI()136 mDateFormat.setValue(currentFormat); in initUI()179 mDateFormat.setSummary(shortDateFormat.format(dummyDate)); in updateTimeAndDateDisplay()
56 private java.text.DateFormat mDateFormat; field in AccountPreferenceBase86 mDateFormat = DateFormat.getDateFormat(activity); in onActivityCreated()179 return mDateFormat.format(date) + " " + mTimeFormat.format(date); in formatSyncDate()
49 private DateFormat mDateFormat; field in DownloadAdapter67 mDateFormat = DateFormat.getDateInstance(DateFormat.SHORT); in DownloadAdapter()127 return mDateFormat.format(date); in getDateString()
231 private final SimpleDateFormat mDateFormat; field in Utils.UsabilityStudyLogUtils235 mDateFormat = new SimpleDateFormat("yyyyMMdd-HHmmss.SSSZ"); in UsabilityStudyLogUtils()298 mDateFormat.format(mDate), currentTime, log); in write()
101 private String mDateFormat; field in DeskClock322 mDate.setText(DateFormat.format(mDateFormat, now)); in refreshDate()426 mDateFormat = getString(R.string.full_wday_month_day_no_year); in onResume()