Searched refs:skeleton (Results 1 – 13 of 13) sorted by relevance
58 /*package*/ static long createDateIntervalFormat(String skeleton, String localeName, in createDateIntervalFormat() argument64 DateIntervalFormat.getInstance(skeleton, new ULocale(localeName)); in createDateIntervalFormat()
50 /*package*/ static String getBestDateTimePatternNative(String skeleton, String localeName) { in getBestDateTimePatternNative() argument52 .getBestPattern(skeleton); in getBestDateTimePatternNative()
17 package com.android.uiautomator.samples.skeleton;
503 final String skeleton; in populateMetadata() local506 skeleton = "DDD kk mm ss"; in populateMetadata()508 skeleton = "kk mm ss"; in populateMetadata()510 skeleton = "mm ss"; in populateMetadata()514 skeleton)); in populateMetadata()
163 String skeleton = DateFormat.is24HourFormat(context) ? "EHm" : "Ehma"; in formatNextAlarm() local164 String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton); in formatNextAlarm()
14 -e class com.android.uiautomator.samples.skeleton.DemoTestCase
155 final String skeleton = DateFormat.is24HourFormat(mContext) ? "Hm" : "hma"; in createCondition() local157 final String pattern = DateFormat.getBestDateTimePattern(locale, skeleton); in createCondition()
197 public static String getBestDateTimePattern(Locale locale, String skeleton) { in getBestDateTimePattern() argument198 return ICU.getBestDateTimePattern(skeleton, locale); in getBestDateTimePattern()
261 final String skeleton = (mIs24HourView) ? "Hm" : "hm"; in setDividerText() local263 skeleton); in setDividerText()
40 %skeleton "glr.cc"
1200 String skeleton = DateFormat.is24HourFormat(context) ? "EHm" : "Ehma"; in formatNextAlarm() local1201 String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton); in formatNextAlarm()
384 can override to do appropriate work when the state of your activity changes. The following skeleton
723 changes in the service's state and perform work at the appropriate times. The following skeleton