Searched refs:Contacts (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DContactHeaderWidget.java36 import android.provider.ContactsContract.Contacts;
98 Contacts._ID,
99 Contacts.LOOKUP_KEY,
100 Contacts.PHOTO_ID,
101 Contacts.DISPLAY_NAME,
102 Contacts.PHONETIC_NAME,
103 Contacts.STARRED,
104 Contacts.CONTACT_PRESENCE,
105 Contacts.CONTACT_STATUS,
106 Contacts
[all...]
/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java27 import android.provider.ContactsContract.Contacts;
63 Contacts.LOOKUP_KEY,
76 Contacts._ID,
77 Contacts.LOOKUP_KEY,
127 * @param contactUri Either a {@link Contacts#CONTENT_URI} or
128 * {@link Contacts#CONTENT_LOOKUP_URI} style URI.
138 * Sets the currently selected tab of the Contacts application. If not set, this is -1
220 * example, this can be used to hide the {@link Contacts#CONTENT_ITEM_TYPE}
260 lookupUri = Contacts.getLookupUri(contactId, lookupKey);
274 lookupUri = Contacts
[all...]
/frameworks/base/core/java/android/provider/
H A DSocialContract.java22 import android.provider.ContactsContract.Contacts;
73 * Reference to the {@link android.provider.ContactsContract.Contacts#_ID} that authored
82 * Optional reference to the {@link android.provider.ContactsContract.Contacts#_ID} this
161 * authored by a specific {@link android.provider.ContactsContract.Contacts#_ID}.
168 * raw contact aggregated under the specified {@link Contacts#_ID}. Will
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...]
H A DCallLog.java181 ContactsContract.Contacts.markAsContacted(resolver, ci.person_id);
/frameworks/base/services/java/com/android/server/
H A DDemoDataSet.java26 import android.provider.Contacts;
48 mContentResolver.delete(Contacts.People.CONTENT_URI, null, null);
H A DSystemServer.java45 import android.provider.Contacts.People;
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListManagedCursor.java24 import android.provider.Contacts.People;
H A DListWithDisappearingItemBug.java24 import android.provider.Contacts.People;
/frameworks/base/core/tests/coretests/src/android/pim/vcard/test_utils/
H A DExportTestProvider.java25 import android.provider.ContactsContract.Contacts;
90 * which value in the ContentValue corresponds to the entry in Contacts database.
152 TestCase.assertEquals(Contacts._ID, columnName);
/frameworks/base/core/java/android/pim/
H A DContactsAsyncHelper.java30 import android.provider.ContactsContract.Contacts;
150 return ContentUris.withAppendedId(Contacts.CONTENT_URI,
188 inputStream = Contacts.openContactPhotoInputStream(
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabasePerformanceTests.java25 import android.provider.Contacts;
26 import android.provider.Contacts.People;
149 Contacts.People._ID, // 0
150 Contacts.People.PRIMARY_PHONE_ID, // 1
151 Contacts.People.TYPE, // 2
152 Contacts.People.NUMBER, // 3
153 Contacts.People.LABEL, // 4
154 Contacts.People.NAME, // 5
155 Contacts.People.PRESENCE_STATUS, // 6
/frameworks/base/core/java/android/pim/vcard/
H A DVCardComposer.java40 import android.provider.ContactsContract.Contacts;
65 * The class for composing vCard from Contacts information.
277 Contacts._ID,
402 return init(Contacts.CONTENT_URI, selection, selectionArgs, null);
433 if (Contacts.CONTENT_URI.equals(contentUri) ||
460 mIdColumn = mCursor.getColumnIndex(Contacts._ID);
H A DVCardEntry.java39 import android.provider.ContactsContract.Contacts;
65 private static final String GOOGLE_MY_CONTACTS_GROUP = "System Group: My Contacts";
1377 return buildFromResolver(resolver, Contacts.CONTENT_URI);
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java24 import android.provider.Contacts;
152 if (Contacts.AUTHORITY.equals(authority)) {
153 phoneColumn = Contacts.People.Phones.NUMBER;
/frameworks/base/docs/html/resources/
H A Dresources_toc.cs126 <span class="en">Using the Contacts API</span>

Completed in 380 milliseconds