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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DBaseAccountType.java141 protected static EditType buildEventType(int type, boolean yearOptional) { method in class:BaseAccountType
1420 return buildEventType(Event.TYPE_BIRTHDAY, yo).setSpecificMax(1);
1422 if ("anniversary".equals(type)) return buildEventType(Event.TYPE_ANNIVERSARY, yo);
1423 if ("other".equals(type)) return buildEventType(Event.TYPE_OTHER, yo);
1425 return buildEventType(Event.TYPE_CUSTOM, yo)

Completed in 31 milliseconds