Searched refs:mTitleNoYearDateFormat (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/datepicker/
H A DDatePickerDialog.java60 private final DateFormat mTitleNoYearDateFormat; field in class:DatePickerDialog
160 mTitleNoYearDateFormat = DateUtils.getLocalizedDateFormatWithoutYear(getContext());
216 year == NO_YEAR ? mTitleNoYearDateFormat : mTitleDateFormat;

Completed in 56 milliseconds