/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 76 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "zz", "top"); in testCrudAggregationExceptions() local 139 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfExactFullNameMatch() local 152 long rawContactId1 = RawContactUtil.createRawContact(mResolver, account); in testAggregationIgnoresInvisibleContact() local 170 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfCaseInsensitiveFullNameMatch() local 180 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfLastNameMatch() local 190 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testNonAggregationOfFirstNameMatch() local 200 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testNonAggregationOfLastNameMatch() local 210 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfConcatenatedFullNameMatch() local 220 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1); in testAggregationOfNormalizedFullNameMatch() local 230 long rawContactId1 = RawContactUtil.createRawContact(mResolver, new Account("acct", in testAggregationOfNormalizedFullNameMatchWithReadOnlyAccount() local [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactLookupKeyTest.java | 44 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testLookupKeyUsingDisplayNameAndNoAccount() local 72 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testLookupKeyUsingSourceIdAndNoAccount() local 98 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "Dear", "Doe"); in testLookupKeySameSourceIdDifferentAccounts() local 129 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testLookupKeyChoosingLargestContact() local 169 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testGetLookupUri() local
|
D | ContactsProvider2Test.java | 891 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, account1); in testContactEntitiesWithIdBasedUri() local 913 long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, account1); in testContactEntitiesWithLookupUri() local 941 private void assertEntityRows(Uri entityUri, long contactId, long rawContactId1, in assertEntityRows() 1060 long rawContactId1 = RawContactUtil.createRawContact(mResolver, account1); in testRawContactDataQuery() local 1109 long rawContactId1 = RawContactUtil.createRawContact(mResolver); in testPhonesWithMergedContacts() local 1268 final long rawContactId1 = RawContactUtil.createRawContactWithName(mResolver, "Hot", in testPhonesFilterQueryInter() local 1466 final long rawContactId1 = ContentUris.parseId(rawContactUri); in testPhoneLookupReturnsNothingRatherThanStar() local 1480 final long rawContactId1 = ContentUris.parseId(rawContactUri); in testPhoneLookupReturnsNothingRatherThanMissStar() local 1493 final long rawContactId1 = ContentUris.parseId(rawContactUri); in testPhoneLookupStarNoFallbackMatch() local 1533 final long rawContactId1 = ContentUris.parseId(rawContactUri); in testPhoneLookupExplicitProjection() local [all …]
|
D | GroupsTest.java | 290 final long rawContactId1 = RawContactUtil.createRawContact(this.mResolver); in testLocalMixedVisible() local 334 final long rawContactId1 = RawContactUtil.createRawContact(this.mResolver, sTestAccount); in testMultipleSourcesVisible() local
|
D | BaseContactsProvider2Test.java | 540 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { in setAggregationException() 632 protected void assertAggregated(long rawContactId1, long rawContactId2) { in assertAggregated() 638 protected void assertAggregated(long rawContactId1, long rawContactId2, in assertAggregated() 648 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { in assertNotAggregated()
|
D | ContactsActor.java | 659 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { in setAggregationException()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | EntitySet.java | 210 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiff() local
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | RawContactDeltaList.java | 258 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiff() local
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 1108 long rawContactId1, long rawContactId2) { in buildJoinContactDiff()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 1422 long rawContactId1 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID1); in prefetchAggregationExceptionIds() local 1483 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); in pickBestMatchBasedOnExceptions() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 4624 long rawContactId1; in updateAggregationException() local 4653 aggregator.aggregateContact(mTransactionContext.get(), db, rawContactId1); in updateAggregationException() local
|