Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
DICU_Delegate.java52 /*package*/ static String getBestDateTimePatternNative(String skeleton, String localeName) { in getBestDateTimePatternNative() argument
54 .getBestPattern(skeleton); in getBestDateTimePatternNative()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardStatusView.java170 String skeleton = DateFormat.is24HourFormat(context, ActivityManager.getCurrentUser()) in formatNextAlarm() local
173 String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton); in formatNextAlarm()
/frameworks/base/core/java/android/text/format/
DDateFormat.java246 public static String getBestDateTimePattern(Locale locale, String skeleton) { in getBestDateTimePattern() argument
247 return ICU.getBestDateTimePattern(skeleton, locale); in getBestDateTimePattern()
/frameworks/base/core/java/android/widget/
DTimePickerSpinnerDelegate.java259 final String skeleton = (mIs24HourView) ? "Hm" : "hm"; in setDividerText() local
261 skeleton); in setDividerText()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java482 final String skeleton = soon ? (is24 ? "Hm" : "hma") : (is24 ? "EEEHm" : "EEEhma"); in computeAlarmWarningText()
483 final String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton); in computeAlarmWarningText()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java677 final String skeleton = DateFormat.is24HourFormat(context, userHandle) ? "Hm" : "hma"; in toTimeCondition() local
678 final String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton); in toTimeCondition()
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy40 %skeleton "glr.cc"
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java1601 String skeleton = DateFormat.is24HourFormat(context, userId) ? "EHm" : "Ehma"; in formatNextAlarm() local
1602 String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton); in formatNextAlarm()
/frameworks/base/docs/html/guide/components/
Dservices.jd723 changes in the service's state and perform work at the appropriate times. The following skeleton
Dactivities.jd384 can override to do appropriate work when the state of your activity changes. The following skeleton