Searched defs:SOURCE_ID (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java138 RawContacts.SOURCE_ID,
210 public static final int SOURCE_ID = 21; field in class:ContactLoader.ContactQuery
651 cursorColumnToContentValues(cursor, cv, ContactQuery.SOURCE_ID);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1724 + RawContacts.SOURCE_ID + ","
1760 int SOURCE_ID = 6; field in interface:ContactAggregator.RawContactsQuery
1929 c.getString(RawContactsQuery.SOURCE_ID),
2199 RawContacts.SOURCE_ID,
2207 int SOURCE_ID = 4; field in interface:ContactAggregator.DisplayNameQuery
2242 lookupKeyUpdateNeeded |= c.isNull(DisplayNameQuery.SOURCE_ID);
2297 RawContacts.SOURCE_ID,
2304 int SOURCE_ID = 4; field in interface:ContactAggregator.LookupKeyQuery
2340 c.getString(LookupKeyQuery.SOURCE_ID),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java589 RawContacts.SOURCE_ID,
649 .add(RawContacts.SOURCE_ID)
915 .add(Groups.SOURCE_ID)
4406 if (values.containsKey(RawContacts.SOURCE_ID)) {
6697 RawContacts.SOURCE_ID
6703 int SOURCE_ID = 3; field in interface:ContactsProvider2.LookupBySourceIdQuery
6709 sb.append(RawContacts.SOURCE_ID + " IN (");
6729 String sourceId = c.getString(LookupBySourceIdQuery.SOURCE_ID);

Completed in 83 milliseconds