Searched defs:TYPE_CUSTOM (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContacts.java872 public static final int TYPE_CUSTOM = 0; field in interface:Contacts.PhonesColumns
910 * The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.
964 if (type != People.Phones.TYPE_CUSTOM) {
1163 public static final int TYPE_CUSTOM = 0; field in interface:Contacts.ContactMethodsColumns
1402 if (type != People.ContactMethods.TYPE_CUSTOM) {
1419 if (type != People.ContactMethods.TYPE_CUSTOM) {
1694 public static final int TYPE_CUSTOM = 0; field in interface:Contacts.OrganizationColumns
1707 * The user provided label, only used if TYPE is TYPE_CUSTOM.
1766 if (type != TYPE_CUSTOM) {
H A DContactsContract.java3904 * values.put(Phone.TYPE, Phone.TYPE_CUSTOM);
3918 * .withValue(Phone.TYPE, Phone.TYPE_CUSTOM)
5065 public static int TYPE_CUSTOM = 0; field in interface:ContactsContract.CommonDataKinds.BaseTypes
5254 * .withValue(Nickname.TYPE, Nickname.TYPE_CUSTOM)
5285 * <li>{@link #TYPE_CUSTOM}. Put the actual type in {@link #LABEL}.</li>
5354 * <li>{@link #TYPE_CUSTOM}. Put the actual type in {@link #LABEL}.</li>
5522 * for {@link #TYPE_CUSTOM}.
5526 if ((type == TYPE_CUSTOM || type == TYPE_ASSISTANT) && !TextUtils.isEmpty(label)) {
5562 * <li>{@link #TYPE_CUSTOM}. Put the actual type in {@link #LABEL}.</li>
5673 * for {@link #TYPE_CUSTOM}
[all...]

Completed in 133 milliseconds