Home
last modified time | relevance | path

Searched refs:mDateFormat (Results 1 – 9 of 9) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DClockFragment.java82 private String mDateFormat; field in ClockFragment
106 mDateFormat = getString(R.string.abbrev_wday_month_day_no_year); in onCreateView()
109 mCityAdapter = new SelectedCitiesAdapter(getActivity(), mDateFormat, in onCreateView()
132 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mClockFrame); in onCreateView()
149 mDateFormat = getString(R.string.abbrev_wday_month_day_no_year); in onResume()
346 private final String mDateFormat; field in ClockFragment.SelectedCitiesAdapter
352 mDateFormat = dateFormat; in SelectedCitiesAdapter()
398 ((MainClockViewHolder) holder).bind(mContext, mDateFormat, in onBindViewHolder()
DScreensaver.java44 private String mDateFormat; field in Screensaver
65 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView);
86 mDateFormat = getString(R.string.abbrev_wday_month_day_no_year); in onCreate()
131 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView); in onAttachedToWindow()
DScreensaverActivity.java89 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView);
93 private String mDateFormat; field in ScreensaverActivity
105 mDateFormat = getString(R.string.abbrev_wday_month_day_no_year); in onCreate()
162 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView); in onResume()
/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DTimeZoneInfoPreferenceController.java42 private final DateFormat mDateFormat; field in TimeZoneInfoPreferenceController
46 mDateFormat = DateFormat.getDateInstance(SimpleDateFormat.LONG); in TimeZoneInfoPreferenceController()
47 mDateFormat.setContext(DisplayContext.CAPITALIZATION_NONE); in TimeZoneInfoPreferenceController()
112 final String date = mDateFormat.format(transitionTime); in formatInfo()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datetime/timezone/
DTimeZoneInfoPreferenceController.java42 private final DateFormat mDateFormat; field in TimeZoneInfoPreferenceController
46 mDateFormat = DateFormat.getDateInstance(SimpleDateFormat.LONG); in TimeZoneInfoPreferenceController()
47 mDateFormat.setContext(DisplayContext.CAPITALIZATION_NONE); in TimeZoneInfoPreferenceController()
112 final String date = mDateFormat.format(transitionTime); in formatInfo()
/packages/apps/PermissionController/src/com/android/packageinstaller/incident/
DFormatting.java34 private final DateFormat mDateFormat; field in Formatting
43 mDateFormat = android.text.format.DateFormat.getDateFormat(context); in Formatting()
65 return mDateFormat.format(new Date(wallTimeMs)); in getDate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAccountPreferenceBase.java51 private java.text.DateFormat mDateFormat; field in AccountPreferenceBase
94 mDateFormat = DateFormat.getDateFormat(activity); in onActivityCreated()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceBase.java51 private java.text.DateFormat mDateFormat; field in AccountPreferenceBase
94 mDateFormat = DateFormat.getDateFormat(activity); in onActivityCreated()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java93 private final DateFormat mDateFormat = SimpleDateFormat.getDateTimeInstance(); field in SensorsTestFragment