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

  /packages/apps/Contacts/src/com/android/contacts/model/
DataKind.java 77 public SimpleDateFormat dateFormatWithoutYear;
121 sb.append(" dateFormatWithoutYear=").append(toString(dateFormatWithoutYear));
GoogleAccountType.java 160 kind.dateFormatWithoutYear = DateUtils.NO_YEAR_DATE_FORMAT;
BaseAccountType.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java 169 final Date date2 = kind.dateFormatWithoutYear.parse(oldValue, position);
218 final Date date2 = kind.dateFormatWithoutYear.parse(oldValue, position);
242 resultString = kind.dateFormatWithoutYear.format(outCalendar.getTime());

Completed in 344 milliseconds