Lines Matching refs:EditType

38 import com.android.contacts.model.account.AccountType.EditType;
99 phoneKind.typeList.add(new EditType(Phone.TYPE_HOME, -1).setSpecificMax(2));
100 phoneKind.typeList.add(new EditType(Phone.TYPE_WORK, -1).setSpecificMax(1));
101 phoneKind.typeList.add(new EditType(Phone.TYPE_FAX_WORK, -1).setSecondary(true));
102 phoneKind.typeList.add(new EditType(Phone.TYPE_OTHER, -1));
196 * {@link RawContactModifier#getValidTypes(RawContactDelta, DataKind, EditType)}
202 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
203 final EditType typeWork = RawContactModifier.getType(kindPhone, Phone.TYPE_WORK);
204 final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER);
206 List<EditType> validTypes;
241 * {@link RawContactModifier#getValidTypes(RawContactDelta, DataKind, EditType, Boolean)}
247 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
248 final EditType typeWork = RawContactModifier.getType(kindPhone, Phone.TYPE_WORK);
249 final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER);
251 List<EditType> validTypes;
284 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
285 final EditType typeWork = RawContactModifier.getType(kindPhone, Phone.TYPE_WORK);
286 final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER);
313 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
314 final EditType typeWork = RawContactModifier.getType(kindPhone, Phone.TYPE_WORK);
315 final EditType typeFaxWork = RawContactModifier.getType(kindPhone, Phone.TYPE_FAX_WORK);
316 final EditType typeOther = RawContactModifier.getType(kindPhone, Phone.TYPE_OTHER);
318 EditType suggested;
360 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
377 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
422 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
448 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
501 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
587 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
623 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);
701 final EditType typeHome = RawContactModifier.getType(kindPhone, Phone.TYPE_HOME);