HomeSort by relevance Sort by last modified time
    Searched refs:getTimeFormatString (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/widget/
DigitalClock.java 104 mFormat = DateFormat.getTimeFormatString(getContext());
  /frameworks/base/core/java/android/text/format/
DateFormat.java 264 return new java.text.SimpleDateFormat(getTimeFormatString(context), locale);
273 public static String getTimeFormatString(Context context) {
274 return getTimeFormatString(context, context.getUserId());
284 public static String getTimeFormatString(Context context, int userHandle) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SplitClockView.java 90 String formatString = DateFormat.getTimeFormatString(getContext(),
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/
BaseTimeZoneInfoPickerTest.java 49 public static String getTimeFormatString(Context context) {
  /packages/apps/Settings/src/com/android/settings/datetime/timezone/
BaseTimeZoneInfoPicker.java 87 android.text.format.DateFormat.getTimeFormatString(context), locale);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
PowerUtil.java 146 String skeleton = android.text.format.DateFormat.getTimeFormatString(context);
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 191 milliseconds