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

  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 227 final CharSequence emailType;
229 emailType = Email.getTypeLabel(
232 emailType = null;
234 bindData(mContext.getText(R.string.emailLabelsGroup), emailAddress, emailType,
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 177 int emailType = mContactEmailTypes.get(
208 .withValue(ContactsContract.CommonDataKinds.Email.TYPE, emailType)

Completed in 307 milliseconds