HomeSort by relevance Sort by last modified time
    Searched refs:getTimeFormatString (Results 1 - 3 of 3) 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 259 return new java.text.SimpleDateFormat(getTimeFormatString(context));
268 public static String getTimeFormatString(Context context) {
269 return getTimeFormatString(context, UserHandle.myUserId());
279 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(),

Completed in 190 milliseconds