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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
GoogleAccountType.java 169 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1));
170 kind.typeList.add(buildEventType(Event.TYPE_ANNIVERSARY, false));
171 kind.typeList.add(buildEventType(Event.TYPE_OTHER, false));
172 kind.typeList.add(buildEventType(Event.TYPE_CUSTOM, false).setSecondary(true)
SamsungAccountType.java 215 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1));
216 kind.typeList.add(buildEventType(Event.TYPE_ANNIVERSARY, false));
217 kind.typeList.add(buildEventType(Event.TYPE_OTHER, false));
218 kind.typeList.add(buildEventType(Event.TYPE_CUSTOM, false).setSecondary(true)
BaseAccountType.java 141 protected static EditType buildEventType(int type, boolean yearOptional) {
    [all...]

Completed in 140 milliseconds