Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DDirectoryTest.java110 long contactId2 = queryContactId(RawContactUtil.createRawContactWithName(mResolver, "Helen", in testForwardingToLocalInvisibleContacts() local
DContactLookupKeyTest.java117 long contactId2 = queryContactId(rawContactId2); in testLookupKeySameSourceIdDifferentAccounts() local
DBaseContactsProvider2Test.java652 long contactId2 = queryContactId(rawContactId2); in assertAggregated() local
659 long contactId2 = queryContactId(rawContactId2); in assertAggregated() local
668 long contactId2 = queryContactId(rawContactId2); in assertNotAggregated() local
DContactsProvider2Test.java2469 long contactId2 = queryContactId(rawContactId2); in testCallablesQuery() local
5205 long contactId2 = queryContactId(rawContactId2); in testSendToVoicemailAndRingtoneAfterAggregation() local
5222 long contactId2 = queryContactId(rawContactId2); in testDoNotSendToVoicemailAfterAggregation() local
5239 long contactId2 = queryContactId(rawContactId2); in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit() local
7584 long contactId2 = queryContactId(rawContactId2); in testPhotoStoreCleanup() local
8177 final long contactId2 = queryContactId(rawContactId2); in createVCardTestContacts() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java478 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepIn() local
583 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
962 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnName() local
980 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumber() local
998 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddress() local
1016 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1034 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnNickname() local
1051 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnNicknameMatchingName() local
1066 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnCommonNickname() local
1082 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local
[all …]
DContactAggregator2Test.java494 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepIn() local
599 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
969 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnName() local
988 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumber() local
1006 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddress() local
1024 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1042 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnNickname() local
1059 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnNicknameMatchingName() local
1074 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnCommonNickname() local
1090 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local
[all …]
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1344 long contactId2, Class<? extends Activity> callbackActivity, String callbackAction) { in createJoinContactsIntent()
1539 long contactId2 = intent.getLongExtra(EXTRA_CONTACT_ID2, -1); in joinContacts() local
1710 private long[] getRawContactIdsForAggregation(long contactId1, long contactId2) { in getRawContactIdsForAggregation()