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.java482 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepIn() local
587 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
957 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnName() local
962 assertSuggestions(queryContactId(rawContactId5), contactId1, contactId3); in testAggregationSuggestionsBasedOnName() local
976 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumber() local
994 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddress() local
1012 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1027 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNickname() local
1044 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNicknameMatchingName() local
1062 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnCommonNickname() local
[all …]
DContactAggregatorTest.java465 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepIn() local
570 long contactId1 = queryContactId(rawContactId1); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
949 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnName() local
967 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumber() local
985 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddress() local
1003 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1018 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNickname() local
1035 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnNicknameMatchingName() local
1053 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnCommonNickname() local
1069 long contactId1 = queryContactId(rawContactId1); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DDirectoryTest.java104 long contactId1 = queryContactId(RawContactUtil.createRawContactWithName(mResolver, "Bob", in testForwardingToLocalInvisibleContacts() local
DContactLookupKeyTest.java113 long contactId1 = queryContactId(rawContactId1); in testLookupKeySameSourceIdDifferentAccounts() local
DBaseContactsProvider2Test.java651 long contactId1 = queryContactId(rawContactId1); in assertAggregated() local
658 long contactId1 = queryContactId(rawContactId1); in assertAggregated() local
667 long contactId1 = queryContactId(rawContactId1); in assertNotAggregated() local
DContactsProvider2Test.java2455 long contactId1 = queryContactId(rawContactId1); in testCallablesQuery() local
5323 long contactId1 = queryContactId(rawContactId1); in testSendToVoicemailAndRingtoneAfterAggregation() local
5340 long contactId1 = queryContactId(rawContactId1); in testDoNotSendToVoicemailAfterAggregation() local
5357 long contactId1 = queryContactId(rawContactId1); in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit() local
7696 long contactId1 = queryContactId(rawContactId1); in testPhotoStoreCleanup() local
8269 final long contactId1 = queryContactId(rawContactId1); in createVCardTestContacts() local
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1343 public static Intent createJoinContactsIntent(Context context, long contactId1, in createJoinContactsIntent()
1538 long contactId1 = intent.getLongExtra(EXTRA_CONTACT_ID1, -1); in joinContacts() local
1710 private long[] getRawContactIdsForAggregation(long contactId1, long contactId2) { in getRawContactIdsForAggregation()