Home
last modified time | relevance | path

Searched refs:getDateFormatOrder (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/
H A DDateFormatTest.java86 assertEquals("[d, M, y]", Arrays.toString(DateFormat.getDateFormatOrder( in testGetDateFormatOrder()
88 assertEquals("[y, d, M]", Arrays.toString(DateFormat.getDateFormatOrder( in testGetDateFormatOrder()
93 assertEquals("[y, M, d]", Arrays.toString(DateFormat.getDateFormatOrder( in testGetDateFormatOrder()
95 assertEquals("[d, M, y]", Arrays.toString(DateFormat.getDateFormatOrder( in testGetDateFormatOrder()
102 assertEquals("[M, d, y]", Arrays.toString(DateFormat.getDateFormatOrder( in testGetDateFormatOrder()
104 assertEquals("[M, d, y]", Arrays.toString(DateFormat.getDateFormatOrder( in testGetDateFormatOrder()
109 assertEquals("[d, M, y]", Arrays.toString(DateFormat.getDateFormatOrder( in testGetDateFormatOrder()
111 assertEquals("[d, M, y]", Arrays.toString(DateFormat.getDateFormatOrder( in testGetDateFormatOrder()
126 DateFormat.getDateFormatOrder("'"); in testGetDateFormatOrder()
132 DateFormat.getDateFormatOrder("yyyy'"); in testGetDateFormatOrder()
[all …]
/aosp14/frameworks/base/core/java/android/text/format/
H A DDateFormat.java358 public static char[] getDateFormatOrder(Context context) { in getDateFormatOrder() method in DateFormat
359 return getDateFormatOrder(getDateFormatString(context)); in getDateFormatOrder()
365 public static char[] getDateFormatOrder(String pattern) { in getDateFormatOrder() method in DateFormat
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDatePicker.java226 order = new String(DateFormat.getDateFormatOrder(getContext())); in reorderPickers()
/aosp14/frameworks/base/core/java/android/widget/
H A DDatePickerSpinnerDelegate.java461 char[] order = DateFormat.getDateFormatOrder(pattern); in reorderSpinners()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt47797 method public static char[] getDateFormatOrder(android.content.Context);