/packages/apps/DeskClock/src/com/android/deskclock/ |
D | ClockFragment.java | 82 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()
|
D | Screensaver.java | 44 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()
|
D | ScreensaverActivity.java | 89 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/ |
D | TimeZoneInfoPreferenceController.java | 42 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/ |
D | TimeZoneInfoPreferenceController.java | 42 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/ |
D | Formatting.java | 34 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/ |
D | AccountPreferenceBase.java | 51 private java.text.DateFormat mDateFormat; field in AccountPreferenceBase 94 mDateFormat = DateFormat.getDateFormat(activity); in onActivityCreated()
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
D | AccountPreferenceBase.java | 51 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/ |
D | SensorsTestFragment.java | 93 private final DateFormat mDateFormat = SimpleDateFormat.getDateTimeInstance(); field in SensorsTestFragment
|