Home
last modified time | relevance | path

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

/aosp12/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 …]
/aosp12/packages/apps/Contacts/src/com/android/contacts/datepicker/
H A DICU.java9 public static char[] getDateFormatOrder(String pattern) { in getDateFormatOrder() method in ICU
H A DDatePicker.java209 char[] order = ICU.getDateFormatOrder(pattern); in reorderPickers()
/aosp12/frameworks/base/core/java/android/text/format/
H A DDateFormat.java355 public static char[] getDateFormatOrder(Context context) { in getDateFormatOrder() method in DateFormat
356 return getDateFormatOrder(getDateFormatString(context)); in getDateFormatOrder()
362 public static char[] getDateFormatOrder(String pattern) { in getDateFormatOrder() method in DateFormat
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DDateUtils.java184 char[] dateFormatOrder = DateFormat.getDateFormatOrder(context); in isMonthBeforeDay()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DDatePicker.java226 order = new String(DateFormat.getDateFormatOrder(getContext())); in reorderPickers()
/aosp12/frameworks/base/core/java/android/widget/
H A DDatePickerSpinnerDelegate.java461 char[] order = DateFormat.getDateFormatOrder(pattern); in reorderSpinners()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt44613 method public static char[] getDateFormatOrder(android.content.Context);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt30034 method public static char[] getDateFormatOrder(android.content.Context);