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.java3981 * values.put(Phone.TYPE, Phone.TYPE_CUSTOM);
3995 * .withValue(Phone.TYPE, Phone.TYPE_CUSTOM)
5149 public static int TYPE_CUSTOM = 0; field in interface:ContactsContract.CommonDataKinds.BaseTypes
5338 * .withValue(Nickname.TYPE, Nickname.TYPE_CUSTOM)
5369 * <li>{@link #TYPE_CUSTOM}. Put the actual type in {@link #LABEL}.</li>
5438 * <li>{@link #TYPE_CUSTOM}. Put the actual type in {@link #LABEL}.</li>
5606 * for {@link #TYPE_CUSTOM}.
5610 if ((type == TYPE_CUSTOM || type == TYPE_ASSISTANT) && !TextUtils.isEmpty(label)) {
5646 * <li>{@link #TYPE_CUSTOM}. Put the actual type in {@link #LABEL}.</li>
5757 * for {@link #TYPE_CUSTOM}
[all...]

Completed in 52 milliseconds