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

/frameworks/base/core/java/android/provider/
H A DContacts.java38 * The Contacts provider stores all information about contacts.
46 public class Contacts { class
47 private static final String TAG = "Contacts";
96 private Contacts() {} method in class: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" grou
[all...]
H A DContactsContract.java49 * {@link Contacts}.
69 * A row in the {@link Contacts} table represents an aggregate of one or more
307 * Columns of {@link ContactsContract.Contacts} that track the user's
310 * @see Contacts
314 * @see ContactsContract.Contacts.AggregationSuggestions
351 * Columns of {@link ContactsContract.Contacts} that refer to intrinsic
355 * @see Contacts
358 * @see ContactsContract.Contacts.AggregationSuggestions
401 * @see Contacts
521 * @see Contacts
855 public static class Contacts implements BaseColumns, ContactsColumns, class in class:ContactsContract
860 private Contacts() {} method in class:ContactsContract.Contacts
[all...]

Completed in 136 milliseconds