Lines Matching defs:Contacts

37  * The Contacts provider stores all information about contacts.
45 public class Contacts {
46 private static final String TAG = "Contacts";
95 private Contacts() {}
271 * @hide Used only in Contacts application for now.
478 * Adds a person to the My Contacts group.
483 * @throws IllegalStateException if the My Contacts group can't be found
490 throw new IllegalStateException("Failed to find the My Contacts group");
522 throw new IllegalStateException("Failed to find the My Contacts group");
550 * Creates a new contacts and adds it to the "My Contacts" group.
592 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY);
606 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY);
846 * The "My Contacts" system group.
850 public static final String GROUP_MY_CONTACTS = "Contacts";
1340 //NOTE: update Contacts.java with new providers when they're added.
1492 * multiple {@link Contacts#KIND_EMAIL} entries.
1500 * multiple {@link Contacts#KIND_POSTAL} entries.
1508 * {@link Contacts#KIND_EMAIL} entry.
1516 * {@link Contacts#KIND_POSTAL} entry.
1525 * {@link Contacts#KIND_IM} entry.
1583 * {@link Contacts.ContactMethods#encodePredefinedImProtocol} or
1584 * {@link Contacts.ContactMethods#encodeCustomImProtocol}.
1643 case Contacts.People.AVAILABLE:
1646 case Contacts.People.IDLE:
1647 case Contacts.People.AWAY:
1650 case Contacts.People.DO_NOT_DISTURB:
1653 case Contacts.People.INVISIBLE:
1656 case Contacts.People.OFFLINE:
2079 * Intents related to the Contacts app UI.
2265 * <P>Type: Either an integer value from {@link android.provider.Contacts.PhonesColumns PhonesColumns},
2292 * <P>Type: Either an integer value from {@link android.provider.Contacts.PhonesColumns PhonesColumns},
2311 * <P>Type: Either an integer value from {@link android.provider.Contacts.PhonesColumns PhonesColumns},
2329 * <P>Type: Either an integer value from {@link android.provider.Contacts.ContactMethodsColumns ContactMethodsColumns}
2356 * <P>Type: Either an integer value from {@link android.provider.Contacts.ContactMethodsColumns ContactMethodsColumns}
2375 * <P>Type: Either an integer value from {@link android.provider.Contacts.ContactMethodsColumns ContactMethodsColumns}
2393 * <P>Type: Either an integer value from {@link android.provider.Contacts.ContactMethodsColumns ContactMethodsColumns}
2418 * <P>Type: the result of {@link Contacts.ContactMethods#encodePredefinedImProtocol}
2419 * or {@link Contacts.ContactMethods#encodeCustomImProtocol}.</P>