Searched defs:isYearSet (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DDateUtils.java121 public static boolean isYearSet(Calendar cal) { method in class:DateUtils
168 final boolean isYearSet = isYearSet(cal);
170 if (!isYearSet) {
241 final boolean isYearSet = isYearSet(target);
249 anniversary.set(!isYearSet ? today.get(Calendar.YEAR) : targetYear,
255 if (!isYearSet) {

Completed in 79 milliseconds