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.java58 * {@link Contacts}.
78 * A row in the {@link Contacts} table represents an aggregate of one or more
166 * A boolean parameter for {@link Contacts#CONTENT_STREQUENT_URI} and
167 * {@link Contacts#CONTENT_STREQUENT_FILTER_URI}, which requires the ContactsProvider to
310 * the same API as the main Contacts Provider. However, there is no expectation that
317 * expected to support at least {@link ContactsContract.Contacts#CONTENT_FILTER_URI
318 * Contacts.CONTENT_FILTER_URI}. If a Directory provider wants to participate
330 * The client interacts with a directory via Contacts Provider by supplying an
334 * When the Contacts Provider receives the request, it transforms the URI and forwards
344 * Clients should send directory requests to Contacts Provide
1401 public static class Contacts implements BaseColumns, ContactsColumns, class in class:ContactsContract
1406 private Contacts() {} method in class:ContactsContract.Contacts
[all...]

Completed in 63 milliseconds