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

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

Completed in 3380 milliseconds