/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator2Test.java | 188 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testAggregationIgnoresInvisibleContact() local 324 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_3); in testAggregationBasedOnPhoneNumberNoNameData() local 373 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testAggregationBasedOnEmailNoNameData() local 389 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testAggregationByIdentificationNoStructuredNameWithinDifferentAccounts() local 494 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_3); in testAggregationExceptionKeepOutCheckUpdatesDisplayName() local 539 … long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "a", "a", ACCOUNT_3); in testAggregationExceptionKeepOutCheckResultDisplayNames() local 580 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testNonAggregationWithMultipleAffinities() local 599 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testReaggregateBecauseOfMultipleAffinities() local 653 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account); in testReaggregationWhenBecomesInvisible() local 678 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account); in testReaggregationWhenBecomesInvisibleSecondaryDataMatch() local [all …]
|
D | ContactAggregatorTest.java | 188 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testAggregationIgnoresInvisibleContact() local 488 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_3); in testAggregationExceptionKeepOutCheckUpdatesDisplayName() local 533 … long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "a", "a", ACCOUNT_3); in testAggregationExceptionKeepOutCheckResultDisplayNames() local 574 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testNonAggregationWithMultipleAffinities() local 593 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testReaggregateBecauseOfMultipleAffinities() local 647 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account); in testReaggregationWhenBecomesInvisible() local 672 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account); in testReaggregationWhenBecomesInvisibleSecondaryDataMatch() local 697 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account); in testReaggregationWhenBecomesVisible() local 717 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testNonSplitBecauseOfMultipleAffinitiesWhenOverridden() local 746 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testNonSplitWhenIdentityMatch() local [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactLookupKeyTest.java | 88 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "john", "dough"); in testLookupKeyUsingSourceIdAndNoAccount() local 149 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testLookupKeyChoosingLargestContact() local
|
D | ContactsProvider2Test.java | 3356 … final long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testContactablesMultipleQuery() local 4507 final long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "firstName3", in testGroupSummaryQuery() local 6892 … long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "James", "Sullivan"); in testAccountsUpdated() local 7999 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver); in testPhotoStoreCleanup() local
|