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

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

Completed in 26 milliseconds