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

/frameworks/base/core/java/android/provider/
H A DContacts.java37 * The Contacts provider stores all information about contacts.
45 public class Contacts { class
46 private static final String TAG = "Contacts";
95 private Contacts() {} method in class: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" grou
[all...]
H A DContactsContract.java57 * {@link Contacts}.
77 * A row in the {@link Contacts} table represents an aggregate of one or more
165 * A boolean parameter for {@link Contacts#CONTENT_STREQUENT_URI} and
166 * {@link Contacts#CONTENT_STREQUENT_FILTER_URI}, which requires the ContactsProvider to
259 * the same API as the main Contacts Provider. However, there is no expectation that
266 * expected to support at least {@link ContactsContract.Contacts#CONTENT_FILTER_URI
267 * Contacts.CONTENT_FILTER_URI}. If a Directory provider wants to participate
279 * The client interacts with a directory via Contacts Provider by supplying an
283 * When the Contacts Provider receives the request, it transforms the URI and forwards
293 * Clients should send directory requests to Contacts Provide
1462 public static class Contacts implements BaseColumns, ContactsColumns, class in class:ContactsContract
1467 private Contacts() {} method in class:ContactsContract.Contacts
[all...]

Completed in 508 milliseconds