Home | History | Annotate | Download | only in provider

Lines Matching defs:ContactMethods

63      * Signifies an email address row that is stored in the ContactMethods table
69 * Signifies a postal address row that is stored in the ContactMethods table
75 * Signifies an IM address row that is stored in the ContactMethods table
379 * at least one E-mail or IM {@link ContactMethods} that match the
686 * ContactMethods.
690 public static final class ContactMethods
695 private ContactMethods() {}
1137 * Columns from the ContactMethods table that other tables join into
1234 public static final class ContactMethods
1391 private ContactMethods() {}
1402 if (type != People.ContactMethods.TYPE_CUSTOM) {
1408 display = labels[ContactMethods.TYPE_HOME - 1];
1419 if (type != People.ContactMethods.TYPE_CUSTOM) {
1425 display = labels[ContactMethods.TYPE_HOME - 1];
1584 * {@link Contacts.ContactMethods#encodePredefinedImProtocol} or
1585 * {@link Contacts.ContactMethods#encodeCustomImProtocol}.
2419 * <P>Type: the result of {@link Contacts.ContactMethods#encodePredefinedImProtocol}
2420 * or {@link Contacts.ContactMethods#encodeCustomImProtocol}.</P>