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

  /packages/apps/Contacts/src/com/android/contacts/model/
GoogleAccountType.java 155 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1));
156 kind.typeList.add(buildEventType(Event.TYPE_ANNIVERSARY, false));
157 kind.typeList.add(buildEventType(Event.TYPE_OTHER, false));
158 kind.typeList.add(buildEventType(Event.TYPE_CUSTOM, false).setSecondary(true)
ExchangeAccountType.java 303 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, false).setSpecificMax(1));
BaseAccountType.java 88 protected EditType buildEventType(int type, boolean yearOptional) {

Completed in 38 milliseconds