Searched refs:NAME_RAW_CONTACT_ID (Results 1 - 8 of 8) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
H A DContactsTableUtil.java51 Contacts.NAME_RAW_CONTACT_ID +
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactLoader.java100 Contacts.NAME_RAW_CONTACT_ID, Contacts.DISPLAY_NAME_SOURCE
106 .getColumnIndex(Contacts.NAME_RAW_CONTACT_ID));
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java116 Contacts.NAME_RAW_CONTACT_ID,
188 public static final int NAME_RAW_CONTACT_ID = 0; field in class:ContactLoader.ContactQuery
608 final long nameRawContactId = cursor.getLong(ContactQuery.NAME_RAW_CONTACT_ID);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java325 " SET " + Contacts.NAME_RAW_CONTACT_ID + "=? " +
1778 + Contacts.NAME_RAW_CONTACT_ID + "=?, "
1794 + Contacts.NAME_RAW_CONTACT_ID + ", "
1809 int NAME_RAW_CONTACT_ID = 1; field in interface:ContactAggregator.ContactReplaceSqlStatement
1964 statement.bindLong(ContactReplaceSqlStatement.NAME_RAW_CONTACT_ID,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java976 Contacts.NAME_RAW_CONTACT_ID + " INTEGER REFERENCES raw_contacts(_id)," +
1624 + Contacts.NAME_RAW_CONTACT_ID + ", "
1697 + Contacts.NAME_RAW_CONTACT_ID + "=name_raw_contact." + RawContacts._ID + ")"
1767 + Contacts.NAME_RAW_CONTACT_ID + "=name_raw_contact." + RawContacts._ID + ")";
1829 + Contacts.NAME_RAW_CONTACT_ID + "=name_raw_contact." + RawContacts._ID + ")"
2618 " ADD " + Contacts.NAME_RAW_CONTACT_ID + " INTEGER REFERENCES raw_contacts(_id)");
2626 " SET " + Contacts.NAME_RAW_CONTACT_ID + "=(" +
2637 Contacts.NAME_RAW_CONTACT_ID +
2644 " SET " + Contacts.NAME_RAW_CONTACT_ID + "=(" +
2650 " WHERE " + Contacts.NAME_RAW_CONTACT_ID
[all...]
H A DContactsProvider2.java582 Data.NAME_RAW_CONTACT_ID,
729 .add(Contacts.NAME_RAW_CONTACT_ID)
829 .add(Contacts.Entity.NAME_RAW_CONTACT_ID)
853 .add(Data.NAME_RAW_CONTACT_ID)
4854 " WHERE (" + Contacts.NAME_RAW_CONTACT_ID + " NOT NULL AND " +
4855 Contacts.NAME_RAW_CONTACT_ID + " NOT IN " +
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DContactLoaderTest.java293 Contacts.NAME_RAW_CONTACT_ID, Contacts.DISPLAY_NAME_SOURCE,
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java144 Contacts.NAME_RAW_CONTACT_ID,
184 Contacts.NAME_RAW_CONTACT_ID,
228 Contacts.NAME_RAW_CONTACT_ID,
276 Contacts.NAME_RAW_CONTACT_ID,
399 Contacts.NAME_RAW_CONTACT_ID,
567 Contacts.NAME_RAW_CONTACT_ID,
912 values.put(Contacts.Entity.NAME_RAW_CONTACT_ID, rawContactId1);
929 values.put(Contacts.Entity.NAME_RAW_CONTACT_ID, rawContactId1);
947 values.put(Contacts.Entity.NAME_RAW_CONTACT_ID, rawContactId1);

Completed in 100 milliseconds