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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DataKind.java 79 public SimpleDateFormat dateFormatWithYear;
124 sb.append(" dateFormatWithYear=").append(toString(dateFormatWithYear));
  /packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java 186 onFieldChanged(column, kind.dateFormatWithYear.format(calendar.getTime()));
246 resultString = kind.dateFormatWithYear.format(outCalendar.getTime());
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
GoogleAccountType.java 161 kind.dateFormatWithYear = CommonDateUtils.FULL_DATE_FORMAT;
ExchangeAccountType.java 318 kind.dateFormatWithYear = CommonDateUtils.DATE_AND_TIME_FORMAT;
BaseAccountType.java     [all...]

Completed in 53 milliseconds