Home
last modified time | relevance | path

Searched refs:getLocalizedDateFormatWithoutYear (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
DDateUtils.java171 outFormat = getLocalizedDateFormatWithoutYear(context); in formatDate()
203 public static java.text.DateFormat getLocalizedDateFormatWithoutYear(Context context) { in getLocalizedDateFormatWithoutYear() method in DateUtils
/packages/apps/Contacts/src/com/android/contacts/datepicker/
DDatePickerDialog.java123 mTitleNoYearDateFormat = DateUtils.getLocalizedDateFormatWithoutYear(getContext()); in DatePickerDialog()