/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2Test.java | 164 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testAggregationIgnoresInvisibleContact() local 300 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_3); in testAggregationBasedOnPhoneNumberNoNameData() local 349 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testAggregationBasedOnEmailNoNameData() local 365 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testAggregationByIdentificationNoStructuredNameWithinDifferentAccounts() local 523 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_3); in testAggregationExceptionKeepOutCheckUpdatesDisplayName() local 568 … long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "a", "a", ACCOUNT_3); in testAggregationExceptionKeepOutCheckResultDisplayNames() local 609 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testNonAggregationWithMultipleAffinities() local 628 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testReaggregateBecauseOfMultipleAffinities() local 682 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account); in testReaggregationWhenBecomesInvisible() local 707 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account); in testReaggregationWhenBecomesInvisibleSecondaryDataMatch() local [all …]
|
D | ContactAggregatorTest.java | 164 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testAggregationIgnoresInvisibleContact() local 506 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_3); in testAggregationExceptionKeepOutCheckUpdatesDisplayName() local 551 … long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "a", "a", ACCOUNT_3); in testAggregationExceptionKeepOutCheckResultDisplayNames() local 592 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testNonAggregationWithMultipleAffinities() local 611 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testReaggregateBecauseOfMultipleAffinities() local 665 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account); in testReaggregationWhenBecomesInvisible() local 690 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account); in testReaggregationWhenBecomesInvisibleSecondaryDataMatch() local 715 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account); in testReaggregationWhenBecomesVisible() local 735 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testNonSplitBecauseOfMultipleAffinitiesWhenOverridden() local 764 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testNonSplitWhenIdentityMatch() local [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactLookupKeyTest.java | 78 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "john", "dough"); in testLookupKeyUsingSourceIdAndNoAccount() local 135 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testLookupKeyChoosingLargestContact() local
|
D | ContactsProvider2Test.java | 3376 … final long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testContactablesMultipleQuery() local 4501 final long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "firstName3", in testGroupSummaryQuery() local 6656 … long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "James", "Sullivan"); in testAccountsUpdated() local 7616 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver); in testPhotoStoreCleanup() local
|