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

  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 84 final int customType;
90 customType = Phone.TYPE_CUSTOM;
94 customType = Email.TYPE_CUSTOM;
98 customType = StructuredPostal.TYPE_CUSTOM;
102 customType = Organization.TYPE_CUSTOM;
109 if (type != customType) {
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java     [all...]

Completed in 209 milliseconds