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

/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java144 RawContacts.SOURCE_ID,
226 public static final int SOURCE_ID = 20; field in class:ContactLoader.ContactQuery
639 cursorColumnToContentValues(cursor, cv, ContactQuery.SOURCE_ID);
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContactLoader.java479 cursorColumnToContentValues(cursor, cv, ContactQuery.SOURCE_ID);
808 public static final int SOURCE_ID = 20; field in class:ContactLoader.ContactQuery
875 RawContacts.SOURCE_ID,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java1268 + RawContacts.SOURCE_ID + ","
1304 int SOURCE_ID = 6; field in interface:AbstractContactAggregator.RawContactsQuery
1473 c.getString(RawContactsQuery.SOURCE_ID),
1757 + RawContacts.SOURCE_ID + ","
1766 int SOURCE_ID = 4; field in interface:AbstractContactAggregator.DisplayNameQuery
1801 lookupKeyUpdateNeeded |= c.isNull(DisplayNameQuery.SOURCE_ID);
1856 RawContacts.SOURCE_ID,
1863 int SOURCE_ID = 4; field in interface:AbstractContactAggregator.LookupKeyQuery
1900 c.getString(LookupKeyQuery.SOURCE_ID),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java668 RawContacts.SOURCE_ID,
728 .add(RawContacts.SOURCE_ID)
1014 .add(Groups.SOURCE_ID)
4677 if (values.containsKey(RawContacts.SOURCE_ID)) {
7817 RawContacts.SOURCE_ID
7823 int SOURCE_ID = 3; field in interface:ContactsProvider2.LookupBySourceIdQuery
7830 sb.append(RawContacts.SOURCE_ID + " IN (");
7849 String sourceId = c.getString(LookupBySourceIdQuery.SOURCE_ID);

Completed in 143 milliseconds