Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/picker/
DDatePickerTest.java392 String getBestYearMonthDayPattern(String datePickerFormat) { in testExtractSeparatorsForDifferentLocales()
403 String getBestYearMonthDayPattern(String datePickerFormat) { in testExtractSeparatorsForDifferentLocales()
414 String getBestYearMonthDayPattern(String datePickerFormat) { in testExtractSeparatorsForDifferentLocales()
425 String getBestYearMonthDayPattern(String datePickerFormat) { in testExtractSeparatorsForDifferentLocales()
436 String getBestYearMonthDayPattern(String datePickerFormat) { in testExtractSeparatorsForDifferentLocales()
447 String getBestYearMonthDayPattern(String datePickerFormat) { in testExtractSeparatorsForDifferentLocales()
458 String getBestYearMonthDayPattern(String datePickerFormat) { in testExtractSeparatorsForDifferentLocales()
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/picker/
DDatePicker.java132 String getBestYearMonthDayPattern(String datePickerFormat) { in getBestYearMonthDayPattern() method in DatePicker
166 String hmaPattern = getBestYearMonthDayPattern(mDatePickerFormat); in extractSeparators()