Searched refs:RawContacts (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestResolver.java18 import android.provider.ContactsContract.RawContacts;
27 addProvider(RawContacts.CONTENT_URI.getAuthority(), mProvider);
H A DImportTestResolver.java21 import android.provider.ContactsContract.RawContacts;
37 equalsString(authority, RawContacts.CONTENT_URI.toString());
H A DImportTestProvider.java23 import android.provider.ContactsContract.RawContacts;
68 Uri uri = Uri.withAppendedPath(RawContacts.CONTENT_URI, String.valueOf(i));
82 if (uri.equals(RawContacts.CONTENT_URI)) {
83 TestCase.assertNull(actualContentValues.get(RawContacts.ACCOUNT_NAME));
84 TestCase.assertNull(actualContentValues.get(RawContacts.ACCOUNT_TYPE));
H A DExportTestProvider.java26 import android.provider.ContactsContract.RawContacts;
103 TestCase.assertTrue(RawContacts.CONTENT_URI.getAuthority().equals(authority));
/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java35 import android.provider.ContactsContract.RawContacts;
62 RawContacts.CONTACT_ID,
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java28 import android.provider.ContactsContract.RawContacts;
468 // RawContacts.CONTACT_ID column). But looking up the mime type requires
487 if (VDBG) Log.v(TAG, "'data/phones' URI; using RawContacts.CONTACT_ID");
488 columnName = RawContacts.CONTACT_ID;
493 // (Note Data.CONTACT_ID and RawContacts.CONTACT_ID are equivalent.)
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java42 import android.provider.ContactsContract.RawContacts;
521 entityIterator = RawContacts.newEntityIterator(mContentResolver.query(
H A DVCardEntry.java41 import android.provider.ContactsContract.RawContacts;
2549 .newInsert(RawContacts.CONTENT_URI);
2551 builder.withValue(RawContacts.ACCOUNT_NAME, mAccount.name);
2552 builder.withValue(RawContacts.ACCOUNT_TYPE, mAccount.type);
2554 builder.withValue(RawContacts.ACCOUNT_NAME, null);
2555 builder.withValue(RawContacts.ACCOUNT_TYPE, null);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java73 * A row in the {@link RawContacts} table represents a set of data describing a
79 * RawContacts presumably describing the same person. When data in or associated with
80 * the RawContacts table is changed, the affected aggregate contacts are updated as
124 * {@link RawContacts#DIRTY} is not automatically set and the
129 * the delete operation in {@link RawContacts}.
742 * @see RawContacts
761 * @see RawContacts
805 * @see RawContacts
862 * Reference to the row in the RawContacts table holding the contact name.
1059 * Contact name and contact name metadata columns in the RawContacts tabl
2580 public static final class RawContacts implements BaseColumns, RawContactsColumns, class in class:ContactsContract
2585 private RawContacts() { method in class:ContactsContract.RawContacts
[all...]

Completed in 950 milliseconds