Home
last modified time | relevance | path

Searched refs:SOURCE_ID (Results 1 – 14 of 14) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLookupKeyTest.java73 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "123"); in testLookupKeyUsingSourceIdAndNoAccount()
76 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "4.5.6"); in testLookupKeyUsingSourceIdAndNoAccount()
79 storeValue(RawContacts.CONTENT_URI, rawContactId3, RawContacts.SOURCE_ID, "http://foo?bar"); in testLookupKeyUsingSourceIdAndNoAccount()
101 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1"); in testLookupKeySameSourceIdDifferentAccounts()
106 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "1"); in testLookupKeySameSourceIdDifferentAccounts()
130 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1"); in testLookupKeyChoosingLargestContact()
133 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "2"); in testLookupKeyChoosingLargestContact()
136 storeValue(RawContacts.CONTENT_URI, rawContactId3, RawContacts.SOURCE_ID, "3"); in testLookupKeyChoosingLargestContact()
170 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1"); in testGetLookupUri()
DContactsProvider2Test.java365 RawContacts.SOURCE_ID, in testRawContactsProjection()
441 RawContacts.SOURCE_ID, in testDataProjection()
609 RawContacts.SOURCE_ID, in testEntityProjection()
669 RawContacts.SOURCE_ID, in testRawEntityProjection()
843 Groups.SOURCE_ID, in testGroupsProjection()
871 Groups.SOURCE_ID, in testGroupsSummaryProjection()
963 values.put(RawContacts.SOURCE_ID, "c"); in testRawContactsInsert()
4394 values.put(Groups.SOURCE_ID, "c"); in testGroupInsert()
4535 v1.put(Groups.SOURCE_ID, "sourceId1"); in testGroupSummaryQuery()
4544 v2.put(Groups.SOURCE_ID, "sourceId2"); in testGroupSummaryQuery()
[all …]
DContactsDatabaseHelperUpgradeTest.java267 new TableColumn(RawContacts.SOURCE_ID, TEXT, false, null),
404 new TableColumn(Groups.SOURCE_ID, TEXT, false, null),
DBaseContactsProvider2Test.java213 values.put(Groups.SOURCE_ID, sourceId); in createGroup()
732 assertNullOrEquals(c, sourceId, Groups.SOURCE_ID); in assertGroup()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1268 + RawContacts.SOURCE_ID + ","
1304 int SOURCE_ID = 6; field
1473 c.getString(RawContactsQuery.SOURCE_ID), in computeAggregateData()
1757 + RawContacts.SOURCE_ID + ","
1766 int SOURCE_ID = 4; field
1801 lookupKeyUpdateNeeded |= c.isNull(DisplayNameQuery.SOURCE_ID); in updateDisplayNameForContact()
1856 RawContacts.SOURCE_ID,
1863 int SOURCE_ID = 4; field
1900 c.getString(LookupKeyQuery.SOURCE_ID), in computeLookupKeyForContact()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java400 final String GROUP_HAS_ACCOUNT_AND_SOURCE_ID = Groups.SOURCE_ID + "=? AND "
450 Tables.RAW_CONTACTS + "." + RawContacts.SOURCE_ID;
559 public static final String CONCRETE_SOURCE_ID = Tables.GROUPS + "." + Groups.SOURCE_ID;
1287 RawContacts.SOURCE_ID + " TEXT," + in onCreate()
1339 RawContacts.SOURCE_ID + ", " + in onCreate()
1517 Groups.SOURCE_ID + " TEXT," + in onCreate()
1537 Groups.SOURCE_ID + ", " + in onCreate()
1934 + RawContactsColumns.CONCRETE_SOURCE_ID + " AS " + RawContacts.SOURCE_ID + "," in createContactsViews()
2016 + Tables.GROUPS + "." + Groups.SOURCE_ID + " AS " + GroupMembership.GROUP_SOURCE_ID in createContactsViews()
2128 + Tables.GROUPS + "." + Groups.SOURCE_ID + " AS " + GroupMembership.GROUP_SOURCE_ID in createContactsViews()
[all …]
DDataRowHandlerForGroupMembership.java240 groupValues.put(Groups.SOURCE_ID, sourceId);
DContactsProvider2.java669 RawContacts.SOURCE_ID,
729 .add(RawContacts.SOURCE_ID)
1015 .add(Groups.SOURCE_ID)
4678 if (values.containsKey(RawContacts.SOURCE_ID)) { in updateRawContact()
7818 RawContacts.SOURCE_ID
7824 int SOURCE_ID = 3; field
7831 sb.append(RawContacts.SOURCE_ID + " IN ("); in lookupContactIdBySourceIds()
7850 String sourceId = c.getString(LookupBySourceIdQuery.SOURCE_ID); in lookupContactIdBySourceIds()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java479 cursorColumnToContentValues(cursor, cv, ContactQuery.SOURCE_ID); in loadRawContactValues()
807 public static final int SOURCE_ID = 20; field in ContactLoader.ContactQuery
874 RawContacts.SOURCE_ID,
DRawContact.java144 return getValues().getAsString(RawContacts.SOURCE_ID); in getSourceId()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java144 RawContacts.SOURCE_ID,
226 public static final int SOURCE_ID = 20; field in ContactLoader.ContactQuery
639 cursorColumnToContentValues(cursor, cv, ContactQuery.SOURCE_ID); in loadRawContactValues()
DRawContact.java229 return getValues().getAsString(RawContacts.SOURCE_ID); in getSourceId()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DGoogleSource.java185 new String[] {Groups.TITLE, Groups.SOURCE_ID, Groups.SHOULD_SYNC}, in attemptMyContactsMembership()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java325 RawContacts.DIRTY, RawContacts.VERSION, RawContacts.SOURCE_ID, in fetchAllData()