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 162 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)
BaseAccountType.java 141 protected static EditType buildEventType(int type, boolean yearOptional) {
    [all...]

Completed in 198 milliseconds