Home
last modified time | relevance | path

Searched defs:contactId1 (Results 1 – 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregator2Test.java453 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepIn() local
558 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
928 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnName() local
933 assertSuggestions(queryContactId(rawContactId5), contactId1, contactId3); in testAggregationSuggestionsBasedOnName() local
947 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumber() local
965 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddress() local
983 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1001 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local
1029 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsDontSuggestInvisible() local
DContactAggregatorTest.java447 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepIn() local
552 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
931 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnName() local
949 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumber() local
967 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddress() local
985 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1003 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local
1031 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsDontSuggestInvisible() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DDirectoryTest.java103 long contactId1 = queryContactId(RawContactUtil.createRawContactWithName(mResolver, "Bob", in testForwardingToLocalInvisibleContacts() local
DContactLookupKeyTest.java125 long contactId1 = queryContactId(rawContactId1); in testLookupKeySameSourceIdDifferentAccounts() local
DBaseContactsProvider2Test.java669 long contactId1 = queryContactId(rawContactId1); in assertAggregated() local
676 long contactId1 = queryContactId(rawContactId1); in assertAggregated() local
685 long contactId1 = queryContactId(rawContactId1); in assertNotAggregated() local
1462 final long contactId1 = queryContactId(rawContactId1); in createVCardTestContacts() local
DContactsProvider2Test.java2709 long contactId1 = queryContactId(rawContactId1); in testCallablesQuery() local
5243 long contactId1 = queryContactId(rawContactId1); in testSendToVoicemailAndRingtoneAfterAggregation() local
5260 long contactId1 = queryContactId(rawContactId1); in testDoNotSendToVoicemailAfterAggregation() local
5277 long contactId1 = queryContactId(rawContactId1); in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit() local
7552 long contactId1 = queryContactId(rawContactId1); in testPhotoStoreCleanup() local
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1351 public static Intent createJoinContactsIntent(Context context, long contactId1, in createJoinContactsIntent()
1546 long contactId1 = intent.getLongExtra(EXTRA_CONTACT_ID1, -1); in joinContacts() local
1718 private long[] getRawContactIdsForAggregation(long contactId1, long contactId2) { in getRawContactIdsForAggregation()