Searched refs:skeleton (Results 1 – 13 of 13) sorted by relevance
/packages/apps/Settings/src/com/android/settings/notification/ |
D | ZenModeVoiceActivity.java | 111 String skeleton = DateFormat.is24HourFormat(this, UserHandle.myUserId()) ? "Hm" : "hma"; in getChangeSummary() local 112 String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton); in getChangeSummary()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AlarmUtils.java | 40 final String skeleton = DateFormat.is24HourFormat(context) ? "EHm" : "Ehma"; in getFormattedTime() local 41 final String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton); in getFormattedTime()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | ZenModeVoiceActivity.java | 111 String skeleton = DateFormat.is24HourFormat(this, UserHandle.myUserId()) ? "Hm" : "hma"; in getChangeSummary() local 112 String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton); in getChangeSummary()
|
/packages/apps/Contacts/src/com/android/contacts/datepicker/ |
D | DatePicker.java | 207 String skeleton = mHasYear ? "yyyyMMMdd" : "MMMdd"; in reorderPickers() local 208 String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton); in reorderPickers()
|
/packages/apps/DeskClock/src/com/android/alarmclock/ |
D | DigitalAppWidgetProvider.java | 456 final String skeleton = context.getString(R.string.abbrev_wday_month_day_no_year); in getDateFormat() local 457 return DateFormat.getBestDateTimePattern(locale, skeleton); in getDateFormat()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |
D | lv_wordlist.combined.gz |
|
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |
D | ro_wordlist.combined.gz |
|