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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DQueries.java35 Phone.CONTACT_ID, // 4
53 Email.CONTACT_ID, // 4
75 public static final int CONTACT_ID = 4; // long field in class:Queries.Query
H A DRecipientAlternatesAdapter.java115 c.getLong(Queries.Query.CONTACT_ID),
122 + " CONTACT ID : " + c.getLong(Queries.Query.CONTACT_ID)
162 Queries.EMAIL.getProjection()[Queries.Query.CONTACT_ID] + " =?", new String[] {
169 Queries.PHONE.getProjection()[Queries.Query.CONTACT_ID] + " =?", new String[] {
206 original.getLong(Query.CONTACT_ID),
234 c.getLong(Queries.Query.CONTACT_ID),
H A DBaseRecipientAdapter.java158 this.contactId = cursor.getLong(Queries.Query.CONTACT_ID);
/frameworks/base/core/java/android/provider/
H A DCallLog.java325 Phone.CONTACT_ID + " =? AND " + Phone.NORMALIZED_NUMBER + " =?",
334 Phone.CONTACT_ID + " =?",
H A DContactsContract.java1198 * {@link RawContacts#CONTACT_ID} column gets the _ID of the aggregate
1200 * Contact and puts its _ID into the {@link RawContacts#CONTACT_ID} column
1633 * Entity has three ID fields: {@link #CONTACT_ID} for the contact,
2030 * found, the raw contact's {@link RawContacts#CONTACT_ID} column gets the _ID of
2032 * its _ID is put into the {@link RawContacts#CONTACT_ID} column of the newly
2122 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.RawContactsColumns
2217 * {@link #CONTACT_ID} field, which is the reference to the aggregate contact.
2319 * RawContacts.CONTACT_ID + "=?",
2382 * <td>{@link #CONTACT_ID}</td>
2664 RawContacts.CONTACT_ID, Contact
3285 public static final String CONTACT_ID = "contact_id"; field in interface:ContactsContract.StreamItemsColumns
[all...]
/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/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java104 TestCase.assertTrue((Data.CONTACT_ID + "=?").equals(selection));
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java468 // 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;
492 if (VDBG) Log.v(TAG, "'data' URI; using Data.CONTACT_ID");
493 // (Note Data.CONTACT_ID and RawContacts.CONTACT_ID are equivalent.)
494 columnName = Data.CONTACT_ID;
/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java62 RawContacts.CONTACT_ID,
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java291 * String selection = Data.CONTACT_ID + "=?";
361 * Data.CONTACT_ID + "=?", new String[] {contactId}, null)
503 final String selection = Data.CONTACT_ID + "=?";
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java1495 public static final String CONTACT_ID = "contact_id"; field in class:Telephony.Mms.Addr

Completed in 219 milliseconds