HomeSort by relevance Sort by last modified time
    Searched defs:DAY_FORMAT (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeDowntimeDaysSelection.java 39 private static final SimpleDateFormat DAY_FORMAT = new SimpleDateFormat("EEEE");
64 checkBox.setText(DAY_FORMAT.format(c.getTime()));
ZenModeSettings.java 103 private static final SimpleDateFormat DAY_FORMAT = new SimpleDateFormat("EEE");
355 sb.append(DAY_FORMAT.format(c.getTime()));
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerDialog.java 78 private static SimpleDateFormat DAY_FORMAT = new SimpleDateFormat("dd", Locale.getDefault());
342 mSelectedDayTextView.setText(DAY_FORMAT.format(mCalendar.getTime()));
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 493 milliseconds