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

/packages/apps/Contacts/src/com/android/contacts/model/
H A DGoogleAccountType.java162 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1));
163 kind.typeList.add(buildEventType(Event.TYPE_ANNIVERSARY, false));
164 kind.typeList.add(buildEventType(Event.TYPE_OTHER, false));
165 kind.typeList.add(buildEventType(Event.TYPE_CUSTOM, false).setSecondary(true)
H A DBaseAccountType.java139 protected static EditType buildEventType(int type, boolean yearOptional) { method in class:BaseAccountType
1457 return buildEventType(Event.TYPE_BIRTHDAY, yo).setSpecificMax(1);
1459 if ("anniversary".equals(type)) return buildEventType(Event.TYPE_ANNIVERSARY, yo);
1460 if ("other".equals(type)) return buildEventType(Event.TYPE_OTHER, yo);
1462 return buildEventType(Event.TYPE_CUSTOM, yo)
H A DExchangeAccountType.java312 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, false).setSpecificMax(1));

Completed in 212 milliseconds