Searched refs:yearPattern (Results 1 – 1 of 1) sorted by relevance
133 final String yearPattern; in getBestYearMonthDayPattern() local135 yearPattern = android.text.format.DateFormat.getBestDateTimePattern(mConstant.locale, in getBestYearMonthDayPattern()141 yearPattern = ((SimpleDateFormat) dateFormat).toLocalizedPattern(); in getBestYearMonthDayPattern()143 yearPattern = DATE_FORMAT; in getBestYearMonthDayPattern()146 return TextUtils.isEmpty(yearPattern) ? DATE_FORMAT : yearPattern; in getBestYearMonthDayPattern()