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/aggregation/
DContactAggregator2Test.java517 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepIn() local
622 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
992 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnName() local
1011 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumber() local
1029 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddress() local
1047 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1065 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnNickname() local
1082 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnNicknameMatchingName() local
1097 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnCommonNickname() local
1113 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local
[all …]
DContactAggregatorTest.java501 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepIn() local
606 long contactId2 = queryContactId(rawContactId2); in testAggregationExceptionKeepOutCheckResultDisplayNames() local
985 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnName() local
1003 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumber() local
1021 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddress() local
1039 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnEmailAddressApproximateMatch() local
1057 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnNickname() local
1074 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnNicknameMatchingName() local
1089 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnCommonNickname() local
1105 long contactId2 = queryContactId(rawContactId2); in testAggregationSuggestionsBasedOnPhoneNumberWithFilter() local
[all …]
/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.java2495 long contactId2 = queryContactId(rawContactId2); in testCallablesQuery() local
5231 long contactId2 = queryContactId(rawContactId2); in testSendToVoicemailAndRingtoneAfterAggregation() local
5248 long contactId2 = queryContactId(rawContactId2); in testDoNotSendToVoicemailAfterAggregation() local
5265 long contactId2 = queryContactId(rawContactId2); in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit() local
7701 long contactId2 = queryContactId(rawContactId2); in testPhotoStoreCleanup() local
8294 final long contactId2 = queryContactId(rawContactId2); in createVCardTestContacts() local
/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()