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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DateUtils.java 222 * anniversary of the date that is equal to or after the current point in time if the date
227 * @return If date does not contain a year (year < 1900), returns the next earliest anniversary
247 final GregorianCalendar anniversary = new GregorianCalendar(); local
250 anniversary.set(!isYearSet ? today.get(Calendar.YEAR) : targetYear,
252 // If the anniversary's date is before the start of today and there is no year set,
254 // today. If the day is a leap year, keep going until we get the next leap year anniversary
258 if (anniversary.before(today) ||
259 (isFeb29 && !anniversary.isLeapYear(anniversaryYear))) {
260 // If the target date is not Feb 29, then set the anniversary to the next year.
265 } while (isFeb29 && !anniversary.isLeapYear(anniversaryYear))
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java 280 personal.anniversary = getValue();
648 String anniversary; field in class:ContactsSyncParser.EasPersonal
653 public static final String ANNIVERSARY = "data2";
657 return anniversary != null || fileAs != null;
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 99 ANNIVERSARY,
    [all...]

Completed in 229 milliseconds