Home
last modified time | relevance | path

Searched refs:getEmailType (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DValuesDelta.java587 return getEmailType() != null; in hasEmailType()
590 public Integer getEmailType() { in getEmailType() method in ValuesDelta
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactReadOnlyEditorView.java203 res, email.getEmailType(), email.getEmailLabel()); in setState()