Searched refs:EventEditType (Results 1 – 4 of 4) sorted by relevance
37 import com.android.contacts.common.model.account.AccountType.EventEditType;157 protected EventEditType getType() { in getType()158 return (EventEditType) super.getType(); in getType()282 final EventEditType eventType = getType(); in isBirthdayType()
409 public static class EventEditType extends EditType { class in AccountType412 public EventEditType(int rawValue, int labelRes) { in EventEditType() method in AccountType.EventEditType420 public EventEditType setYearOptional(boolean yearOptional) { in setYearOptional()
142 return new EventEditType(type, Event.getTypeResource(type)).setYearOptional(yearOptional); in buildEventType()
58 import com.android.contacts.common.model.account.AccountType.EventEditType;1257 final SparseArray<EventEditType> allowedTypes = new SparseArray<EventEditType>(); in migrateEvent()1259 allowedTypes.put(editType.rawValue, (EventEditType) editType); in migrateEvent()1270 EventEditType suitableType = allowedTypes.get(type); in migrateEvent()