Searched defs:mDateFormat (Results 1 - 6 of 6) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
H A DClockFragment.java55 private String mDateFormat; field in class:ClockFragment
69 Utils.updateDate(mDateFormat, mDateFormatForAccessibility,mClockFrame);
161 mDateFormat = getString(R.string.abbrev_wday_month_day_no_year);
189 Utils.updateDate(mDateFormat, mDateFormatForAccessibility,mClockFrame);
H A DScreensaverActivity.java49 private String mDateFormat; field in class:ScreensaverActivity
73 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView);
113 mDateFormat = getString(R.string.abbrev_wday_month_day_no_year);
188 Utils.updateDate(mDateFormat, mDateFormatForAccessibility,mContentView);
/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountPreferenceBase.java56 private java.text.DateFormat mDateFormat; field in class:AccountPreferenceBase
86 mDateFormat = DateFormat.getDateFormat(activity);
179 return mDateFormat.format(date) + " " + mTimeFormat.format(date);
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDownloadAdapter.java49 private DateFormat mDateFormat; field in class:DownloadAdapter
67 mDateFormat = DateFormat.getDateInstance(DateFormat.SHORT);
127 return mDateFormat.format(date);
/packages/apps/Settings/src/com/android/settings/
H A DDateTimeSettings.java73 private ListPreference mDateFormat; field in class:DateTimeSettings
108 mDateFormat = (ListPreference) findPreference(KEY_DATE_FORMAT);
111 getPreferenceScreen().removePreference(mDateFormat);
139 mDateFormat.setEntries(formattedDates);
140 mDateFormat.setEntryValues(R.array.date_format_values);
141 mDateFormat.setValue(currentFormat);
186 mDateFormat.setSummary(shortDateFormat.format(dummyDate));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DUtils.java204 private final SimpleDateFormat mDateFormat; field in class:Utils.UsabilityStudyLogUtils
208 mDateFormat = new SimpleDateFormat("yyyyMMdd-HHmmss.SSSZ", Locale.US);
271 mDateFormat.format(mDate), currentTime, log);

Completed in 93 milliseconds