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

  /packages/apps/Contacts/src/com/android/contacts/model/
AccountType.java 414 public static class EventEditType extends EditType {
417 public EventEditType(int rawValue, int labelRes) {
425 public EventEditType setYearOptional(boolean yearOptional) {
EntityModifier.java 25 import com.android.contacts.model.AccountType.EventEditType;
    [all...]
BaseAccountType.java 140 return new EventEditType(type, Event.getTypeResource(type)).setYearOptional(yearOptional);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java 24 import com.android.contacts.model.AccountType.EventEditType;
156 protected EventEditType getType() {
157 return (EventEditType) super.getType();

Completed in 341 milliseconds