| /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 557 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_3); in testAggregationExceptionKeepOutCheckUpdatesDisplayName() local 602 … long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "a", "a", ACCOUNT_3); in testAggregationExceptionKeepOutCheckResultDisplayNames() local 643 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testNonAggregationWithMultipleAffinities() local 662 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testReaggregateBecauseOfMultipleAffinities() local 716 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account); in testReaggregationWhenBecomesInvisible() local 741 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account); in testReaggregationWhenBecomesInvisibleSecondaryDataMatch() local [all …]
|
| D | ContactAggregatorTest.java | 188 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2); in testAggregationIgnoresInvisibleContact() local 541 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_3); in testAggregationExceptionKeepOutCheckUpdatesDisplayName() local 586 … long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "a", "a", ACCOUNT_3); in testAggregationExceptionKeepOutCheckResultDisplayNames() local 627 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testNonAggregationWithMultipleAffinities() local 646 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testReaggregateBecauseOfMultipleAffinities() local 700 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account); in testReaggregationWhenBecomesInvisible() local 725 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account); in testReaggregationWhenBecomesInvisibleSecondaryDataMatch() local 750 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account); in testReaggregationWhenBecomesVisible() local 770 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testNonSplitBecauseOfMultipleAffinitiesWhenOverridden() local 799 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe", in testNonSplitWhenIdentityMatch() local [all …]
|
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
| D | ContactLookupKeyTest.java | 85 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "john", "dough"); in testLookupKeyUsingSourceIdAndNoAccount() local 146 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testLookupKeyChoosingLargestContact() local
|
| D | ContactsProvider2Test.java | 3256 … final long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "John", "Doe"); in testContactablesMultipleQuery() local 4364 final long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "firstName3", in testGroupSummaryQuery() local 6666 … long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver, "James", "Sullivan"); in testAccountsUpdated() local 7577 long rawContactId3 = RawContactUtil.createRawContactWithName(mResolver); in testPhotoStoreCleanup() local
|