Searched refs:CONTACT_ID (Results 1 - 11 of 11) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
H A DQueries.java36 Phone.CONTACT_ID, // 4
56 Email.CONTACT_ID, // 4
80 public static final int CONTACT_ID = 4; // long field in class:Queries.Query
H A DRecipientAlternatesAdapter.java261 c.getLong(Queries.Query.CONTACT_ID),
281 + " CONTACT ID : " + c.getLong(Queries.Query.CONTACT_ID)
433 .append(projection[Queries.Query.CONTACT_ID])
511 original.getLong(Query.CONTACT_ID),
579 c.getLong(Queries.Query.CONTACT_ID),
H A DBaseRecipientAdapter.java179 this.contactId = cursor.getLong(Queries.Query.CONTACT_ID);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java104 TestCase.assertTrue((Data.CONTACT_ID + "=?").equals(selection));
158 TestCase.assertEquals(Data.CONTACT_ID, columnName);
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java121 new String[] {Email.CONTACT_ID, Email._ID}, whereBuilder.toString(),
171 new String[] {Phone.CONTACT_ID, Phone._ID}, whereBuilder.toString(),
/frameworks/base/core/java/android/provider/
H A DCallLog.java701 Phone.CONTACT_ID + " =? AND " + Phone.NORMALIZED_NUMBER + " =?",
711 Phone.CONTACT_ID + " =?",
H A DContactsContract.java1306 * {@link RawContacts#CONTACT_ID} column gets the _ID of the aggregate
1308 * Contact and puts its _ID into the {@link RawContacts#CONTACT_ID} column
1818 * Entity has three ID fields: {@link #CONTACT_ID} for the contact,
2208 * found, the raw contact's {@link RawContacts#CONTACT_ID} column gets the _ID of
2210 * its _ID is put into the {@link RawContacts#CONTACT_ID} column of the newly
2300 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.DeletedContactsColumns
2349 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.RawContactsColumns
2436 * {@link #CONTACT_ID} field, which is the reference to the aggregate contact.
2538 * RawContacts.CONTACT_ID + "=?",
2601 * <td>{@link #CONTACT_ID}</t
3582 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.StreamItemsColumns
5062 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.PhoneLookupColumns
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java516 // RawContacts.CONTACT_ID column). But looking up the mime type requires
535 if (VDBG) Rlog.v(TAG, "'data/phones' URI; using RawContacts.CONTACT_ID");
536 columnName = RawContacts.CONTACT_ID;
540 if (VDBG) Rlog.v(TAG, "'data' URI; using Data.CONTACT_ID");
541 // (Note Data.CONTACT_ID and RawContacts.CONTACT_ID are equivalent.)
542 columnName = Data.CONTACT_ID;
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java258 * String selection = Data.CONTACT_ID + "=?";
328 * Data.CONTACT_ID + "=?", new String[] {contactId}, null)
435 mIdColumn = mCursor.getColumnIndex(Data.CONTACT_ID);
517 final String selection = Data.CONTACT_ID + "=?";
/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java65 RawContacts.CONTACT_ID,
/frameworks/base/telephony/java/android/telephony/
H A DTelephony.java2180 public static final String CONTACT_ID = "contact_id"; field in class:Telephony.Mms.Addr

Completed in 327 milliseconds