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

  /packages/apps/Contacts/src/com/android/contacts/model/account/
GoogleAccountType.java 171 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1));
172 kind.typeList.add(buildEventType(Event.TYPE_ANNIVERSARY, false));
173 kind.typeList.add(buildEventType(Event.TYPE_OTHER, false));
174 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)
ExchangeAccountType.java 287 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, false).setSpecificMax(1));
BaseAccountType.java 143 protected static EditType buildEventType(int type, boolean yearOptional) {
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
GoogleAccountType.java 172 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1));
173 kind.typeList.add(buildEventType(Event.TYPE_ANNIVERSARY, false));
174 kind.typeList.add(buildEventType(Event.TYPE_OTHER, false));
176 buildEventType(Event.TYPE_CUSTOM, false).setSecondary(true).setCustomColumn(Event.LABEL));
SamsungAccountType.java 211 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, true).setSpecificMax(1));
212 kind.typeList.add(buildEventType(Event.TYPE_ANNIVERSARY, false));
213 kind.typeList.add(buildEventType(Event.TYPE_OTHER, false));
215 buildEventType(Event.TYPE_CUSTOM, false).setSecondary(true).setCustomColumn(Event.LABEL));
BaseAccountType.java 138 protected static EditType buildEventType(int type, boolean yearOptional) {
    [all...]
ExchangeAccountType.java 334 kind.typeList.add(buildEventType(Event.TYPE_BIRTHDAY, false).setSpecificMax(1));

Completed in 171 milliseconds