Home
last modified time | relevance | path

Searched defs:rawContactId1 (Results 1 – 13 of 13) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregator2Test.java103 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "zz", "top"); in testCrudAggregationExceptions() local
166 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfExactFullNameMatch() local
179 long rawContactId1 = RawContactUtil.createRawContact(mResolver, account); in testAggregationIgnoresInvisibleContact() local
197 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfCaseInsensitiveFullNameMatch() local
207 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfLastNameMatch() local
217 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testNonAggregationOfFirstNameMatch() local
227 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testNonAggregationOfLastNameMatch() local
237 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfConcatenatedFullNameMatch() local
247 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfNormalizedFullNameMatch() local
257 long rawContactId1 = RawContactUtil.createRawContact(mResolver, new Account("acct", in testAggregationOfNormalizedFullNameMatchWithReadOnlyAccount() local
[all …]
DContactAggregatorTest.java103 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "zz", "top"); in testCrudAggregationExceptions() local
166 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfExactFullNameMatch() local
179 long rawContactId1 = RawContactUtil.createRawContact(mResolver, account); in testAggregationIgnoresInvisibleContact() local
197 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfCaseInsensitiveFullNameMatch() local
207 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfLastNameMatch() local
217 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testNonAggregationOfFirstNameMatch() local
227 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testNonAggregationOfLastNameMatch() local
237 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfConcatenatedFullNameMatch() local
247 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfNormalizedFullNameMatch() local
257 long rawContactId1 = RawContactUtil.createRawContact(mResolver, new Account("acct", in testAggregationOfNormalizedFullNameMatchWithReadOnlyAccount() local
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLookupKeyTest.java52 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testLookupKeyUsingDisplayNameAndNoAccount() local
80 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testLookupKeyUsingSourceIdAndNoAccount() local
110 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "Dear", "Doe"); in testLookupKeySameSourceIdDifferentAccounts() local
141 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testLookupKeyChoosingLargestContact() local
183 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testGetLookupUri() local
DContactsProvider2Test.java1294 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, account1); in testContactEntitiesWithIdBasedUri() local
1316 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, account1); in testContactEntitiesWithLookupUri() local
1344 private void assertEntityRows(Uri entityUri, long contactId, long rawContactId1, in assertEntityRows()
1545 long rawContactId1 = RawContactUtil.createRawContact(mResolver, account1); in testRawContactDataQuery() local
1593 long rawContactId1 = RawContactUtil.createRawContact(mResolver); in testPhonesWithMergedContacts() local
1752 final long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "Hot", in testPhonesFilterQueryInter() local
1982 final long rawContactId1 = ContentUris.parseId(rawContactUri); in testPhoneLookupReturnsNothingRatherThanStar() local
1996 final long rawContactId1 = ContentUris.parseId(rawContactUri); in testPhoneLookupReturnsNothingRatherThanMissStar() local
2009 final long rawContactId1 = ContentUris.parseId(rawContactUri); in testPhoneLookupStarNoFallbackMatch() local
2049 final long rawContactId1 = ContentUris.parseId(rawContactUri); in testPhoneLookupExplicitProjection() local
[all …]
DGroupsTest.java291 final long rawContactId1 = RawContactUtil.createRawContact(this.mResolver); in testLocalMixedVisible() local
335 final long rawContactId1 = RawContactUtil.createRawContact(this.mResolver, sTestAccount); in testMultipleSourcesVisible() local
DBaseContactsProvider2Test.java564 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { in setAggregationException()
668 protected void assertAggregated(long rawContactId1, long rawContactId2) { in assertAggregated()
674 protected void assertAggregated(long rawContactId1, long rawContactId2, in assertAggregated()
684 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { in assertNotAggregated()
1454 final long rawContactId1 = RawContactUtil.createRawContact(mResolver, mAccount, in createVCardTestContacts() local
DContactsActor.java814 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { in setAggregationException()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDeltaList.java269 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiffHelper() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java569 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in pickBestMatchBasedOnExceptions() local
DContactAggregator2.java520 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in updateMatchScoresBasedOnExceptions() local
DAbstractContactAggregator.java972 long rawContactId1 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID1); in prefetchAggregationExceptionIds() local
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1726 long rawContactId1, long rawContactId2) { in buildJoinContactDiff()
1741 long rawContactId1, long rawContactId2, boolean hardSplit) { in buildSplitContactDiff()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java5177 long rawContactId1; in updateAggregationException() local
5206 aggregator.aggregateContact(mTransactionContext.get(), db, rawContactId1); in updateAggregationException() local
5313 final long rawContactId1 = c.getLong(AggregationExceptionQuery.RAW_CONTACT_ID1); in queryAggregationRawContactIds() local