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

Completed in 86 milliseconds