Home | History | Annotate | Download | only in account

Lines Matching refs:yo

1455             final boolean yo = getAttr(attrs, Attr.YEAR_OPTIONAL, false);
1458 return buildEventType(Event.TYPE_BIRTHDAY, yo).setSpecificMax(1);
1460 if ("anniversary".equals(type)) return buildEventType(Event.TYPE_ANNIVERSARY, yo);
1461 if ("other".equals(type)) return buildEventType(Event.TYPE_OTHER, yo);
1463 return buildEventType(Event.TYPE_CUSTOM, yo)