/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2Test.java | 81 long rawContactId2 = RawContactUtil.createRawContactWithName(mResolver, "aa", "bottom"); in testCrudAggregationExceptions() local 146 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testAggregationOfExactFullNameMatch() local 162 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account); in testAggregationIgnoresInvisibleContact() local 177 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testAggregationOfCaseInsensitiveFullNameMatch() local 187 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testAggregationOfLastNameMatch() local 197 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testNonAggregationOfFirstNameMatch() local 207 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testNonAggregationOfLastNameMatch() local 217 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testAggregationOfConcatenatedFullNameMatch() local 227 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testAggregationOfNormalizedFullNameMatch() local 238 long rawContactId2 = RawContactUtil.createRawContact(mResolver); in testAggregationOfNormalizedFullNameMatchWithReadOnlyAccount() local [all …]
|
D | ContactAggregatorTest.java | 81 long rawContactId2 = RawContactUtil.createRawContactWithName(mResolver, "aa", "bottom"); in testCrudAggregationExceptions() local 146 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testAggregationOfExactFullNameMatch() local 162 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account); in testAggregationIgnoresInvisibleContact() local 177 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testAggregationOfCaseInsensitiveFullNameMatch() local 187 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testAggregationOfLastNameMatch() local 197 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testNonAggregationOfFirstNameMatch() local 207 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testNonAggregationOfLastNameMatch() local 217 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testAggregationOfConcatenatedFullNameMatch() local 227 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testAggregationOfNormalizedFullNameMatch() local 238 long rawContactId2 = RawContactUtil.createRawContact(mResolver); in testAggregationOfNormalizedFullNameMatchWithReadOnlyAccount() local [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactLookupKeyTest.java | 45 long rawContactId2 = RawContactUtil.createRawContactWithName(mResolver, "johndoe", null); in testLookupKeyUsingDisplayNameAndNoAccount() local 75 long rawContactId2 = RawContactUtil.createRawContactWithName(mResolver, "johndoe", null); in testLookupKeyUsingSourceIdAndNoAccount() local 103 long rawContactId2 = RawContactUtil.createRawContactWithName(mResolver, "Deer", "Dough"); in testLookupKeySameSourceIdDifferentAccounts() local 132 long rawContactId2 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testLookupKeyChoosingLargestContact() local
|
D | GroupsTest.java | 291 final long rawContactId2 = RawContactUtil.createRawContact(this.mResolver, sTestAccount); in testLocalMixedVisible() local 335 final long rawContactId2 = RawContactUtil.createRawContact(this.mResolver, sSecondAccount); in testMultipleSourcesVisible() local
|
D | ContactsProvider2Test.java | 1054 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account2); in testContactEntitiesWithIdBasedUri() local 1076 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account2); in testContactEntitiesWithLookupUri() local 1100 long rawContactId2) { in assertEntityRows() 1302 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account2); in testRawContactDataQuery() local 1351 long rawContactId2 = RawContactUtil.createRawContact(mResolver); in testPhonesWithMergedContacts() local 1511 final long rawContactId2 = RawContactUtil.createRawContactWithName(mResolver, "Chilled", in testPhonesFilterQueryInter() local 2466 long rawContactId2 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testCallablesQuery() local 2581 long rawContactId2 = RawContactUtil.createRawContactWithName(mResolver, "Hot", "Tamale", in testEmailsFilterQuery() local 2649 long rawContactId2 = RawContactUtil.createRawContact(mResolver, TestUtil.ACCOUNT_2); in testEmailFilterPrimaryAccount() local 2748 long rawContactId2 = RawContactUtil.createRawContact(mResolver); in testEmailFilterSortOrderWithFeedback() local [all …]
|
D | BaseContactsProvider2Test.java | 546 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { in setAggregationException() 650 protected void assertAggregated(long rawContactId1, long rawContactId2) { in assertAggregated() 656 protected void assertAggregated(long rawContactId1, long rawContactId2, in assertAggregated() 666 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { in assertNotAggregated()
|
D | ContactsActor.java | 761 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { in setAggregationException()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactDeltaList.java | 279 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiffHelper() local
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 1718 long rawContactId1, long rawContactId2) { in buildJoinContactDiff() 1733 long rawContactId1, long rawContactId2, boolean hardSplit) { in buildSplitContactDiff()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 976 long rawContactId2 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID2); in prefetchAggregationExceptionIds() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 4836 long rawContactId2; in updateAggregationException() local 4865 aggregator.aggregateContact(mTransactionContext.get(), db, rawContactId2); in updateAggregationException() local 5002 final long rawContactId2 = c.getLong(AggregationExceptionQuery.RAW_CONTACT_ID2); in queryAggregationRawContactIds() local 5060 final long rawContactId2 = searchRawContactIdForRawContactInfo(db, aggregationContact2); in updateFromMetaDataEntry() local
|