Lines Matching defs:Contacts

38  * The Contacts provider stores all information about contacts.
46 public class Contacts {
47 private static final String TAG = "Contacts";
96 private Contacts() {}
272 * @hide Used only in Contacts application for now.
479 * Adds a person to the My Contacts group.
484 * @throws IllegalStateException if the My Contacts group can't be found
491 throw new IllegalStateException("Failed to find the My Contacts group");
523 throw new IllegalStateException("Failed to find the My Contacts group");
551 * Creates a new contacts and adds it to the "My Contacts" group.
593 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY);
607 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY);
847 * The "My Contacts" system group.
851 public static final String GROUP_MY_CONTACTS = "Contacts";
1341 //NOTE: update Contacts.java with new providers when they're added.
1493 * multiple {@link Contacts#KIND_EMAIL} entries.
1501 * multiple {@link Contacts#KIND_POSTAL} entries.
1509 * {@link Contacts#KIND_EMAIL} entry.
1517 * {@link Contacts#KIND_POSTAL} entry.
1526 * {@link Contacts#KIND_IM} entry.
1584 * {@link Contacts.ContactMethods#encodePredefinedImProtocol} or
1585 * {@link Contacts.ContactMethods#encodeCustomImProtocol}.
1644 case Contacts.People.AVAILABLE:
1647 case Contacts.People.IDLE:
1648 case Contacts.People.AWAY:
1651 case Contacts.People.DO_NOT_DISTURB:
1654 case Contacts.People.INVISIBLE:
1657 case Contacts.People.OFFLINE:
2080 * Intents related to the Contacts app UI.
2266 * <P>Type: Either an integer value from {@link android.provider.Contacts.PhonesColumns PhonesColumns},
2293 * <P>Type: Either an integer value from {@link android.provider.Contacts.PhonesColumns PhonesColumns},
2312 * <P>Type: Either an integer value from {@link android.provider.Contacts.PhonesColumns PhonesColumns},
2330 * <P>Type: Either an integer value from {@link android.provider.Contacts.ContactMethodsColumns ContactMethodsColumns}
2357 * <P>Type: Either an integer value from {@link android.provider.Contacts.ContactMethodsColumns ContactMethodsColumns}
2376 * <P>Type: Either an integer value from {@link android.provider.Contacts.ContactMethodsColumns ContactMethodsColumns}
2394 * <P>Type: Either an integer value from {@link android.provider.Contacts.ContactMethodsColumns ContactMethodsColumns}
2419 * <P>Type: the result of {@link Contacts.ContactMethods#encodePredefinedImProtocol}
2420 * or {@link Contacts.ContactMethods#encodeCustomImProtocol}.</P>